Viewing 1 replies (of 1 total)
  • @abdipour You can probably do it with:

    
    add_action( 'wp_enqueue_scripts', function() {
    	$styles = wp_styles();
    	$styles->add_data( 'twentytwenty-style', 'after', array() );
    }, 20 );
    

    I must warn you that some of the changes you did in the Customizer might not work after this (or any added inline styles for the twentytwenty-style handle).

    • This reply was modified 4 years, 11 months ago by acosmin.
Viewing 1 replies (of 1 total)
  • The topic ‘remove inline styles’ is closed to new replies.