Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Profecient || Remove Meta Description from Profecient Essential plugin
- */
- if ( function_exists( 'profecient_essential_add_meta_description' ) ) {
- remove_action( 'wp_head', 'profecient_essential_add_meta_description' );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement