AdminPageFrameworkLoader_Demo_Bootstrap::_loadCustomPostType PHP Метод

_loadCustomPostType() приватный Метод

private _loadCustomPostType ( )
    private function _loadCustomPostType()
    {
        // Custom post type
        include AdminPageFrameworkLoader_Registry::$sDirPath . '/example/post_type/APF_PostType.php';
    }