wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



plugin_action_links › WordPress Filter Hooks

Da4.9.0
Deprecaton/a
apply_filters( 'plugin_action_links', $actions, $plugin_file, $plugin_data, $context )
Parametri: (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.
    Richiesto:
  • (string) $plugin_file Path to the plugin file relative to the plugins directory.
    Richiesto:
  • (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.
    Richiesto:
  • (string) $context The plugin context. By default this can include 'all', 'active', 'inactive', 'recently_activated', 'upgrade', 'mustuse', 'dropins', and 'search'.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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