Advertisement

Summery Summery

Fires inside each custom column of the Plugins list table.

Syntax Syntax

do_action( 'manage_plugins_custom_column', string $column_name, string $plugin_file, array $plugin_data )

Parameters Parameters

$column_name

Name of the column.

$plugin_file

Path to the plugin file relative to the plugins directory.

$plugin_data

An array of plugin data.

Source Source

File: wp-admin/includes/class-wp-plugins-list-table.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply