Description
Checks for theme updates.
Usage
$Object = oik_update::oik_alttheme_check( $transient );Parameters
- $transient
- ( Object ) required –
Returns
Object the updated transientSource
File name: oik/libs/class-oik-update.phpLines:
1 to 4 of 4
static function oik_alttheme_check( $transient ) { oik_require_lib( "class-oik-remote" ); return( oik_remote::oik_lazy_alttheme_check( $transient ) ); }View on GitHub View on Trac
Called by
Calls
1 to 2 of 2
