Advertisement
GochiSiyan

float share not on video

Sep 24th, 2021
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. add_filter('get_theme_mod_jnews_single_share_position', function ($ret) {
  2. if ( get_post_format() !== 'video' ) {
  3. return 'float';
  4. }
  5. return $ret;
  6. },999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement