Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save mrkdevelopment/dfdf66ba4ccdcb069b5cc5ead2e1bfc2 to your computer and use it in GitHub Desktop.
<?php
// Add your icon toggle switch definition here.
$options['divi_show_google_icon'][] = array(
"name" =>esc_html__("Show Paypal Icon", $themename),
"id" => $shortname."_show_paypal_icon",
"type" => "checkbox2",
"std" => "on",
"desc" =>esc_html__("Here you can choose to display the Paypal Icon. ", $themename)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment