apply_filters( 'plugin_row_meta', string[] $plugin_meta, string $plugin_file, array $plugin_data, string $status )
Filters the array of row meta for each plugin in the Plugins list table.
Parameters
- $plugin_meta
-
(string[]) An array of the plugin's metadata, including the version, author, author URI, and plugin URI.
- $plugin_file
-
(string) Path to the plugin file relative to the plugins directory.
- $plugin_data
-
(array) An array of plugin data.
- $status
-
(string) Status filter currently applied to the plugin list. Possible values are: 'all', 'active', 'inactive', 'recently_activated', 'upgrade', 'mustuse', 'dropins', 'search', 'paused', 'auto-update-enabled', 'auto-update-disabled'.
More Information
The plugin_row_meta
filter hook is used to add additional links below each plugin on the Plugins page.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/plugin_row_meta