Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'jnews_single_subtitle', 'subtitle_restrictions' );
- function subtitle_restrictions( $subtitle ) {
- $subtitle = wp_trim_words( $subtitle, 20, '...' );
- return $subtitle;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement