PHP Class AdminPageFramework_WPUtility

Inheritance: extends AdminPageFramework_WPUtility_SystemInformation
Datei anzeigen Open project: michaeluno/admin-page-framework Class Usage Examples

Public Methods

Method Description
flushRewriteRules ( )
getPostTypeSubMenuSlug ( $sPostTypeSlug, $aPostTypeArguments )
getRedirectPreError ( $sURL, $iType )
getShowInMenuPostTypeArgument ( $aPostTypeArguments )
getWPAdminDirPath ( )
goToLocalURL ( $sURL, $oCallbackOnError = null )
goToURL ( $sURL, $oCallbackOnError = null )
isDebugMode ( )
isDoingAjax ( )
redirectByType ( $sURL, $iType, $oCallbackOnError = null )

Method Details

flushRewriteRules() public static method

public static flushRewriteRules ( )

getPostTypeSubMenuSlug() public static method

public static getPostTypeSubMenuSlug ( $sPostTypeSlug, $aPostTypeArguments )

getRedirectPreError() public static method

public static getRedirectPreError ( $sURL, $iType )

getShowInMenuPostTypeArgument() public static method

public static getShowInMenuPostTypeArgument ( $aPostTypeArguments )

getWPAdminDirPath() public static method

public static getWPAdminDirPath ( )

goToLocalURL() public static method

public static goToLocalURL ( $sURL, $oCallbackOnError = null )

goToURL() public static method

public static goToURL ( $sURL, $oCallbackOnError = null )

isDebugMode() public static method

public static isDebugMode ( )

isDoingAjax() public static method

public static isDoingAjax ( )

redirectByType() public static method

public static redirectByType ( $sURL, $iType, $oCallbackOnError = null )