plugin_action_links

plugin_action_links

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('plugin_action_links') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 1053
    			 * @param string   $context     The plugin context. By default this can include 'all',
    			 *                              'active', 'inactive', 'recently_activated', 'upgrade',
    			 *                              'mustuse', 'dropins', and 'search'.
    			 */
    			$actions = apply_filters( 'plugin_action_links', $actions, $plugin_file, $plugin_data, $context );
    
    			/**
    			 * Filters the list of action links displayed for a specific plugin in the 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: