network_admin_plugin_action_links

network_admin_plugin_action_links

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('network_admin_plugin_action_links') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 1016
    1012
    1013
    1014
    1015
    1016
    1017
    1018
    1019
    1020
    1021
    1022
    * @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.

See this hook used in plugins: