Method | Description | |
---|---|---|
_getCompatibleTransientKey ( $sSubject, $iAllowedCharacterLength = 45 ) | ||
deleteTransient ( $sTransientKey ) | ||
getOption ( $sOptionKey, $asKey = null, $vDefault = null, array $aAdditionalOptions = [] ) | ||
getSiteOption ( $sOptionKey, $asKey = null, $vDefault = null, array $aAdditionalOptions = [] ) | ||
getTransient ( $sTransientKey, $vDefault = null ) | ||
setTransient ( $sTransientKey, $vValue, $iExpiration ) |
Method | Description | |
---|---|---|
_getOptionByFunctionName ( $sOptionKey, $asKey = null, $vDefault = null, array $aAdditionalOptions = [], $sFunctionName = 'get_option' ) |
public static _getCompatibleTransientKey ( $sSubject, $iAllowedCharacterLength = 45 ) |
public static getSiteOption ( $sOptionKey, $asKey = null, $vDefault = null, array $aAdditionalOptions = [] ) | ||
$aAdditionalOptions | array |
public static setTransient ( $sTransientKey, $vValue, $iExpiration ) |