Advertisement
jaideep06

PHP

Nov 17th, 2024
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2. /**
  3.  * Filter to remove <code>rank-math-link</code> class from the frontend content links
  4.  */
  5. add_filter( 'rank_math/link/remove_class', '__return_true' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement