Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function jnews_enable_mobile_truncate() {
- if ( get_post_type( get_the_ID() ) !== 'post' ) {
- return false;
- }
- return get_theme_mod( 'jnews_mobile_truncate', false ) && is_single();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement