wpAddFolderView1Page - How to Override

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