Remove all tabs
-
First of all, great plugin!
I’m trying to remove all the tabs from the account page as I intend to implement them myself. I can remove everything apart from logout with the
pms_member_account_tabs
filter. And I can then remove the logout tab usingadd_filter( 'pms_member_account_logout_tab', '__return_false' );
When I add this additional code to remove the logout tab however, I get the warning :
Invalid argument supplied for foreach() in /home/wearepea/public_html/huckfield/wp-content/plugins/paid-member-subscriptions/includes/class-shortcodes.php on line 266
How can I remove all the tabs ? Thanks !
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove all tabs’ is closed to new replies.