You appear to be a bot. Output may be restricted
Description
Usage
OIK_Theme_Update::oik_plugins_servers();
Parameters
Returns
voidSource
File name: oik-libs/libs/class-oik-theme-update.phpLines:
1 to 14 of 14
function oik_plugins_servers() { p( "Some oik plugins and themes are supported from servers other than WordPress.org" ); p( "Premium plugin and theme versions require API keys." ); if ( $this->query_menu_subitem( "oik_plugins", "oik_menu" ) ) { p( "Use the Plugins page to manage oik plugins servers and API keys" ); _alink( "button-secondary", admin_url("admin.php?page=oik_plugins"), "Plugins", "Manage plugin servers and API keys" ); } if ( $this->query_menu_subitem( "oik_themes", "oik_menu" ) ) { p( "Use the Themes page to manage oik themes servers and API keys" ); _alink( "button-secondary", admin_url("admin.php?page=oik_themes"), "Themes", "Manage theme servers and API keys" ); } bw_flush(); }View on GitHub