You appear to be a bot. Output may be restricted
Description
Usage
oik_update::oik_themes_api( $false, $action, $args );
Parameters
- $false
- ( mixed ) required –
- $action
- ( mixed ) required –
- $args
- ( mixed ) required –
Returns
void
Source
File name: oik/libs/class-oik-update.php
Lines:
1 to 4 of 4
static function oik_themes_api( $false, $action, $args ) { oik_require_lib( "class-oik-remote" ); return( oik_remote::oik_lazy_themes_api( $false, $action, $args ) ); }