bbdev

Boss themes - remove dynamic css output

Jun 24th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. add_action( 'redux/loaded', 'bboss_unhook_dynamic_css_init' );
  2. function bboss_unhook_dynamic_css_init( $obj){
  3.     remove_action( 'wp_head', array( &$obj, '_output_css' ), 150 );
  4. }
Add Comment
Please, Sign In to add comment