Top Google Search Results
- plugins_api_result Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - wp-admin/includes/plugin-install.php source
38 // Use the filter 'plugins_api_result' to merely add results. ... ( !is_wp_error($res ) ) { 53 $res->external = true; 54 } 55 56 return apply_filters('plugins_api_result', ... - <?php /* Plugin Name: WP Plugin Installer Plugin URI: http://www ...
Hook into 'plugins_api_result' to add the download link for the development version. * Hook into 'install_plugins_pre_plugin-information' to add the link for ... - PHP Cross Reference - WordPress - Source: /wp-admin/includes ...
wp_remote_retrieve_body( $request ) ); 51 } 52 } elseif ( !is_wp_error($res) ) { 53 $res->external = true; 54 } 55 56 return apply_filters('plugins_api_result', $res, ...