wpAddObjectGeneralPage2 - How to Override

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