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