Filters the array of row meta for each plugin in the Plugins list table.
$plugin_metastring[]
$plugin_filestring
$plugin_dataarray
id stringw.org/plugins/[plugin-name].slug stringplugin stringnew_version stringurl stringpackage stringicons string[]banners string[]banners_rtl string[]requires stringtested stringrequires_php stringupgrade_notice stringupdate-supported boolName stringPluginURI stringVersion stringDescription stringAuthor stringAuthorURI stringTextDomain stringDomainPath stringNetwork boolRequiresWP stringRequiresPHP stringUpdateURI stringTitle stringAuthorName stringupdate bool$statusstring
'all', 'active', 'inactive', 'recently_activated', 'upgrade', 'mustuse', 'dropins', 'search', 'paused', 'auto-update-enabled', 'auto-update-disabled'.The plugin_row_meta filter hook is used to add additional links below each plugin on the Plugins page.
$plugin_meta = apply_filters( 'plugin_row_meta', $plugin_meta, $plugin_file, $plugin_data, $status );
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/plugin_row_meta