Adds a new Manage Plugins table column item.
Parameters
$site_id (int) Child Site ID.
Usage Example
add_action( 'mainwp_manage_plugins_table_column', 'your_custom_function_name' ); function your_custom_function_name( $site_id ) { // Your code }