Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

disable theme.json css inline styles

// REMOVE THEME.JSON
function bk_remove_wp_global_styles(){
    wp_dequeue_style( 'global-styles' ); 
}
add_action( 'wp_enqueue_scripts', 'bk_remove_wp_global_styles', 100 );
Source by www.bubuku.com #
 
PREVIOUS NEXT
Tagged: #disable #css #inline #styles
ADD COMMENT
Topic
Name
5+6 =