plugin_action_links_$plugin_file

plugin_action_links_$plugin_file

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('plugin_action_links_$plugin_file') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 1075
    			 * @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_{$plugin_file}", $actions, $plugin_file, $plugin_data, $context );
    
    		}
    
    		$class       = $is_active ? 'active' : 'inactive';
    		$checkbox_id = 'checkbox_' . md5( $plugin_file );
    		$disabled    = '';