Guest User

Untitled

a guest
Aug 8th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. if( ! function_exists( 'safir_remove_safir_custom_styling' ) ){
  2.     /**
  3.      * Remove Safir custom styling
  4.      */
  5.     function safir_remove_safir_custom_styling() {
  6.  
  7.         wp_dequeue_style( 'safir-customizer-css' );
  8.     }
  9.     add_action( 'wp_enqueue_scripts' , 'safir_remove_safir_custom_styling', 9999 );
  10. }
Advertisement
Add Comment
Please, Sign In to add comment