Advertisement
verygoodplugins

Untitled

Nov 16th, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.72 KB | None | 0 0
  1.   [nationbuilder_header] => Array
  2.         (
  3.             [title] => NationBuilder Configuration
  4.             [std] => 0
  5.             [type] => heading
  6.             [section] => setup
  7.         )
  8.  
  9.     [nationbuilder_slug] => Array
  10.         (
  11.             [title] => Nation Slug
  12.             [std] =>
  13.             [type] => text
  14.             [section] => setup
  15.             [desc] => Your slug is found in your NationBuilder URL, like https://{slug}.nationbuilder.com/
  16.         )
  17.  
  18.     [nationbuilder_auth] => Array
  19.         (
  20.             [std] => 0
  21.             [type] => heading
  22.             [section] => setup
  23.             [desc] => <table class="form-table"><tr><th scope="row"><label>Authorize</label></th><td><a id="nationbuilder-auth-btn" class="button button-disabled" href="https://wpfusion.com/parse-nationbuilder-oauth.php?redirect=http%3A%2F%2Fdev.local%2Fwp-admin%2F.%2Foptions-general.php%3Fpage%3Dwpf-settings&action=wpf_get_nationbuilder_token&client_id=8c06f23bba8806809b946b0cf07e3bc6788909d806d34fc75d801e32c01f07c0&slug=unknown">Authorize with NationBuilder</a><br /><span class="description">You'll be taken to NationBuilder to authorize WP Fusion and generate access keys for this site.</td></tr></table></div>
  24.        )
  25.  
  26.    [groundhogg_header] => Array
  27.        (
  28.            [title] => Groundhogg Configuration
  29.            [std] => 0
  30.            [type] => heading
  31.            [section] => setup
  32.        )
  33.  
  34.    [groundhogg_connect] => Array
  35.        (
  36.            [title] => Connect
  37.            [type] => api_validate
  38.            [section] => setup
  39.            [class] => api_key
  40.            [post_fields] => Array
  41.                (
  42.                    [0] => groundhogg_connect
  43.                )
  44.  
  45.        )
  46.  
  47.    [mailjet_header] => Array
  48.        (
  49.            [title] => Mailjet Configuration
  50.            [std] => 0
  51.            [type] => heading
  52.            [desc] => You can find your API Key and Secret Key in the <a href="https://app.mailjet.com/account/api_keys" target="_blank">API key management</a> section of your Mailjet account.
  53.            [section] => setup
  54.        )
  55.  
  56.    [mailjet_username] => Array
  57.        (
  58.            [title] => API Key
  59.            [desc] => Enter the API Key for your Mailjet account.
  60.            [type] => text
  61.            [section] => setup
  62.        )
  63.  
  64.    [mailjet_password] => Array
  65.        (
  66.            [title] => Secret Key
  67.            [type] => api_validate
  68.            [section] => setup
  69.            [class] => api_key
  70.            [desc] => Enter the Secret Key for your Mailjet account.
  71.            [post_fields] => Array
  72.                (
  73.                    [0] => mailjet_username
  74.                    [1] => mailjet_password
  75.                )
  76.  
  77.        )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement