Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Alter the Post links name from frontend account */
- add_filter('wpuf_my_account_tab_links', 'remove_posts_link');
- function remove_posts_link($tabs){
- $tabs['posts']['label'] = 'Event Posts';
- return $tabs;
- }
Add Comment
Please, Sign In to add comment