network_admin_plugin_action_links, $actions, $plugin_file, $plugin_data, $context
network_admin_plugin_action_links, $actions, $plugin_file, $plugin_data, $context
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('network_admin_plugin_action_links, $actions, $plugin_file, $plugin_data, $context') is found 1 times:
- /wp-admin/includes/class-wp-plugins-list-table.php line 1033
* @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', $actions, $plugin_file, $plugin_data, $context ); /** * Filters the list of action links displayed for a specific plugin in the Network Admin Plugins list table. * * The dynamic portion of the hook name, `$plugin_file`, refers to the path * to the plugin file, relative to the plugins directory.