Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('jnews_account_page_endpoint',function ($endpoint) {
- $del_val = [
- // 'account',
- // 'edit_account',
- 'change_password',
- 'my_post',
- 'jnews_paywall_sub',
- 'my_video',
- ];
- foreach ($del_val as $val){
- unset($endpoint[$val]);
- }
- return $endpoint;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement