Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if( ! function_exists( 'safir_remove_safir_custom_styling' ) ){
- /**
- * Remove Safir custom styling
- */
- function safir_remove_safir_custom_styling() {
- wp_dequeue_style( 'safir-customizer-css' );
- }
- add_action( 'wp_enqueue_scripts' , 'safir_remove_safir_custom_styling', 9999 );
- }
Advertisement
Add Comment
Please, Sign In to add comment