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(); }