Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mrkdevelopment/9d326bb87edeb1684473db9a26effaed to your computer and use it in GitHub Desktop.

Select an option

Save mrkdevelopment/9d326bb87edeb1684473db9a26effaed to your computer and use it in GitHub Desktop.
<?php
// Add your social icon url definition here.
$options['divi_google_url'][] = array(
"name" =>esc_html__("Paypal Url", $themename),
"id" => $shortname."_paypal_url",
"std" => "#",
"type" => "text",
"validation_type" => "url",
"desc" =>esc_html__("Enter the URL of your Paypal Profile. ", $themename)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment