PHP Class APF_Demo_Contact

Since: 3.2.2
Show file Open project: michaeluno/admin-page-framework

Public Methods

Method Description
__construct ( ) Sets up hooks.
replyToLoadPage ( $oFactory ) Do page specific settings.
replyToSetUpPages ( $oFactory ) Sets up pages.

Method Details

__construct() public method

Sets up hooks.
public __construct ( )

replyToLoadPage() public method

Do page specific settings.
public replyToLoadPage ( $oFactory )

replyToSetUpPages() public method

This method automatically gets triggered with the wp_loaded hook.
public replyToSetUpPages ( $oFactory )