Does your plugin support Backend?
-
I tried adding code to the function :
add_filter( ‘copy_the_code_localize_vars’, ‘my_slug_copy_the_code_localize_vars’ );
function my_slug_copy_the_code_localize_vars( $defaults )
{
// single class is added to the ` tag for the single page, post etc.
$defaults[‘selector’] = ‘body .column-devvn_order_title’;return $defaults;
}I want it to work in admin, how do I do it?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Does your plugin support Backend?’ is closed to new replies.