Skip to content

Instantly share code, notes, and snippets.

Created December 4, 2015 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/821f917585e618a8b40a to your computer and use it in GitHub Desktop.
Save anonymous/821f917585e618a8b40a to your computer and use it in GitHub Desktop.
<?php
// Die Eingabemöglichkeit erstellen
$wp_customize->add_control(new WP_Customize_Control(
$wp_customize,
"werbung_code",
array(
"label" => __("Werbecode einfügen", "customizer_werbung_code_label"),
"section" => "werbung",
"settings" => "werbung_code",
"type" => "textarea",
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment