apply_filters( 'plugin_row_meta', array $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

(array) 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 of the plugin. Defaults are 'All', 'Active', 'Inactive', 'Recently Activated', 'Upgrade', 'Must-Use', 'Drop-ins', 'Search'.


Source

File: wp-admin/includes/class-wp-plugins-list-table.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.