| [ Index ] |
PHP Cross Reference of Wordpress 2.9.1 |
[Source view] [Print] [Project Stats]
WordPress Plugin Install Administration API
| File Size: | 562 lines (22 kb) |
| Included or required: | 3 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| plugins_api($action, $args = null) X-Ref |
| Retrieve plugin installer pages from WordPress Plugins API. It is possible for a plugin to override the Plugin API result with three filters. Assume this is for plugins, which can extend on the Plugin Info to offer more choices. This is very powerful and must be used with care, when overridding the filters. The first filter, 'plugins_api_args', is for the args and gives the action as the second parameter. The hook for 'plugins_api_args' must ensure that an object is returned. The second filter, 'plugins_api', is the result that would be returned. param: string $action param: array|object $args Optional. Arguments to serialize for the Plugin Info API. return: mixed |
| install_popular_tags( $args = array() X-Ref |
| Retrieve popular WordPress plugin tags. param: array $args return: array |
| install_search($page) X-Ref |
| Display search results and display as tag cloud. param: string $page |
| install_dashboard() X-Ref |
| No description |
| install_search_form() X-Ref |
| Display search form for searching plugins. |
| install_featured($page = 1) X-Ref |
| Display featured plugins. param: string $page |
| install_popular($page = 1) X-Ref |
| Display popular plugins. param: string $page |
| install_plugins_upload( $page = 1 ) X-Ref |
| Upload from zip param: string $page |
| install_new($page = 1) X-Ref |
| Display new plugins. param: string $page |
| install_updated($page = 1) X-Ref |
| Display recently updated plugins. param: string $page |
| display_plugins_table($plugins, $page = 1, $totalpages = 1) X-Ref |
| Display plugin content based on plugin list. param: array $plugins List of plugins. param: string $page param: int $totalpages Number of pages. |
| install_plugin_information() X-Ref |
| Display plugin information in dialog box form. |
| Generated: Fri Jan 8 00:19:48 2010 | Cross-referenced by PHPXref 0.7 |