wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



manage_plugins_custom_column › WordPress Action Hooks

Da3.1.0
Deprecaton/a
do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data )
Parametri: (3)
  • (string) $column_name Name of the column.
    Richiesto:
  • (string) $plugin_file Path to the plugin file relative to the plugins directory.
    Richiesto:
  • (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.
    Richiesto:
Definito a:
Codex:

Fires inside each custom column of the Plugins list table.





Sorgenti

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