Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('wp', function () {
- remove_filter('the_title','tmpl_badge_tag',10);
- });
- add_action('jnews_share_top_bar', function () {
- remove_filter('the_title','tmpl_badge_tag',10);
- },0);
- add_action('jnews_single_post_before_title', function () {
- add_filter('the_title','tmpl_badge_tag',10,2);
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement