wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



manage_plugins_custom_column › Hooks de Ações WordPress

Desde3.1.0
Obsoleton/a
do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data )
Parâmetros: (3)
  • (string) $column_name Name of the column.
    Required: Yes
  • (string) $plugin_file Path to the plugin file relative to the plugins directory.
    Required: Yes
  • (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.
    Required: Yes
Definido em:
Codex:

Fires inside each custom column of the Plugins list table.





Fonte

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