Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'wpf_disable_tag_multiselect', function( $disable ) {
- if ( is_customize_preview() ) {
- return true;
- }
- global $current_screen;
- if ( $current_screen->id == 'widgets' ) {
- return true;
- }
- return $disable;
- } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement