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.4.3

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

  • /wp-admin/includes/class-wp-plugins-list-table.php line 941
    			 * @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.
    			 *