wpseek.com
A WordPress-centric search engine for devs and theme authors



plugin_action_links › WordPress Filter Hooks

Since4.9.0
Deprecatedn/a
apply_filters( 'plugin_action_links', $actions, $plugin_file, $plugin_data, $context )
Parameters: (4)
  • (string[]) $actions An array of plugin action links. By default this can include 'activate', 'deactivate', and 'delete'. With Multisite active this can also include 'network_active' and 'network_only' items.
    Required: Yes
  • (string) $plugin_file Path to the plugin file relative to the plugins directory.
    Required: Yes
  • (array) $plugin_data An array of plugin data. See get_plugin_data() and the {@see 'plugin_row_meta'} filter for the list of possible values.
    Required: Yes
  • (string) $context The plugin context. By default this can include 'all', 'active', 'inactive', 'recently_activated', 'upgrade', 'mustuse', 'dropins', and 'search'.
    Required: Yes
Defined at:
Codex:

Filters the action links displayed for each plugin in the Plugins list table.





Source

$actions = apply_filters( 'plugin_action_links', $actions, $plugin_file, $plugin_data, $context );