Advertisement
fauzanjeg

Profecient || Remove Meta Description from Profecient Essential plugin

Sep 19th, 2024
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. /**
  2.  * Profecient || Remove Meta Description from Profecient Essential plugin
  3.  */
  4. if ( function_exists( 'profecient_essential_add_meta_description' ) ) {
  5.     remove_action( 'wp_head', 'profecient_essential_add_meta_description' );
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement