network_admin_plugin_action_links_{$plugin_file}

network_admin_plugin_action_links_{$plugin_file}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('network_admin_plugin_action_links_{$plugin_file}') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 1036
    1032
    1033
    1034
    1035
    1036
    1037
    1038
    1039
    1040
    1041
    1042
         * @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.
         *