Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** Change Content Attribute || Content Filter */
- function change_content_attr( $attr ) {
- $attr['sort_by'] = 'latest_modified';
- return $attr;
- }
- add_action( 'jnews_get_content_attr', 'change_content_attr' );
Add Comment
Please, Sign In to add comment