Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('the_tags', function ($tag) {
- if (function_exists( 'is_amp_endpoint' ) && is_amp_endpoint()) {
- return '';
- }
- return $tag;
- }, 99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement