wpAddFileMenuPage - How to Override

This method should always be overridden in order to replace or remove the Menu page 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: wpAddFileMenuPage - Usage]
[Next: wpAddFileMenuPage - Related Methods]