Advertisement
GochiSiyan

hide share on video

Oct 21st, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. add_filter('theme_mod_jnews_single_share_position', function ($pos) {
  2. if ( get_post_format() === 'video' ) {
  3. return 'hide';
  4. }
  5. return $pos;
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement