Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('theme_mod_jnews_single_share_position', function ($pos) {
- if ( get_post_format() === 'video' ) {
- return 'hide';
- }
- return $pos;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement