Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'jnews_account_page_endpoint', 'change_account_page_menu', 99 );
- function change_account_page_menu( $endpoint ) {
- if ( isset( $endpoint['post_view_stats'] ) ) {
- unset( $endpoint['post_view_stats'] );
- }
- return $endpoint;
- }
Advertisement
Add Comment
Please, Sign In to add comment