Description
validate the apikey for this selected theme version
Usage
oikth_validate_apikey( $actual_version, $actual_theme, $apikey );Parameters
- $actual_version
- ( mixed ) required –
- $actual_theme
- ( mixed ) required –
- $apikey
- ( mixed ) required –
Returns
voidSource
File name: oik-themes/feed/oik-themes-feed.phpLines:
1 to 8 of 8
function oikth_validate_apikey( $actual_version, $actual_theme, $apikey ) { if ( $actual_version->post_type == "oik_themeversion" ) { $response = null; // We don't need to check the API key for free themes } else { $response = oikth_load_apikey( $apikey, $actual_theme ); } return( $response ); }View on GitHub
Called by
1 to 1 of 1
Invoked by
Call hooks
API Letters:
