wpAddFolderMenu2Page - How to Override

This method should always be overridden in order to replace or remove the Menu page 2 from the object's Settings notebook. To remove the page from the Settings notebook, the override method should return SETTINGS_PAGE_REMOVED without calling the parent method. To replace the page with another page, the override method should call the wpInsertSettingsPage method without calling the parent method.


[Back: wpAddFolderMenu2Page - Usage]
[Next: wpAddFolderMenu2Page - Related Methods]