Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

WC_Meta_Box_Product_Data::output_tabs()

Show tab content/settings.


Description Description


Source Source

File: includes/admin/meta-boxes/class-wc-meta-box-product-data.php

	private static function output_tabs() {
		global $post, $thepostid, $product_object;

		include 'views/html-product-data-general.php';
		include 'views/html-product-data-inventory.php';
		include 'views/html-product-data-shipping.php';
		include 'views/html-product-data-linked-products.php';
		include 'views/html-product-data-attributes.php';
		include 'views/html-product-data-advanced.php';
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.