Skip to content

Instantly share code, notes, and snippets.

@andy-kliman
Created June 30, 2017 18:35
Show Gist options
  • Save andy-kliman/0c024f63fbd02be77a45c47305ee81fc to your computer and use it in GitHub Desktop.
Save andy-kliman/0c024f63fbd02be77a45c47305ee81fc to your computer and use it in GitHub Desktop.
Edit Shortcuts в Customizer Wordpress
$wp_customize->selective_refresh->add_partial($setting_1, array(
'selector' => '.contacts',
'render_callback' => function() use ($setting_1) {
return nl2br(get_theme_mod($setting_1));
}
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment