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