wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



manage_plugins_custom_column › WordPress Action Hooks

Seit3.1.0
Veraltetn/v
do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data )
Parameter: (3)
  • (string) $column_name Name of the column.
    Erforderlich: Ja
  • (string) $plugin_file Path to the plugin file relative to the plugins directory.
    Erforderlich: Ja
  • (array) $plugin_data An array of plugin data. See get_plugin_data() and the {@see 'plugin_row_meta'} filter for the list of possible values.
    Erforderlich: Ja
Definiert in:
Codex:

Fires inside each custom column of the Plugins list table.





Quellcode

do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data );