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