Filters the list of action links displayed for a specific plugin in the Network Admin Plugins list table.
$actionsstring[]$plugin_filestring$plugin_dataarray$contextstringwp-admin/includes/class-wp-plugins-list-table.php:1036WP_Plugins_List_Table::single_row() * and the {@see 'plugin_row_meta'} filter for the list * of possible values. * @param string $context The plugin context. By default this can include 'all', * 'active', 'inactive', 'recently_activated', 'upgrade', * 'mustuse', 'dropins', and 'search'. */ $actions = apply_filters( "network_admin_plugin_action_links_{$plugin_file}", $actions, $plugin_file, $plugin_data, $context ); } else { /** * Filters the action links displayed for each plugin in the Plugins list table. *Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.