manage_plugins_custom_column, $column_name, $plugin_file, $plugin_data

manage_plugins_custom_column, $column_name, $plugin_file, $plugin_data

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('manage_plugins_custom_column, $column_name, $plugin_file, $plugin_data') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 1421
    					 * @param 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.
    					 */
    					do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data );
    
    					echo '</td>';
    			}
    		}
    
    		echo '</tr>';