wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



manage_plugins_custom_column › Les Actions WordPress

Depuis3.1.0
Dépréciéen/a
do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data )
Paramètres: (3)
  • (string) $column_name Name of the column.
    Requis: Oui
  • (string) $plugin_file Path to the plugin file relative to the plugins directory.
    Requis: Oui
  • (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.
    Requis: Oui
Défini(e) dans:
Codex:

Fires inside each custom column of the Plugins list table.





Source

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