Automattic\WooCommerce\Blocks

Library::define_tables()public staticWC 1.0

Deprecated from version 5.0.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

Register custom tables within $wpdb object.

Method of the class: Library{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = Library::define_tables();

Changelog

Deprecated since 5.0.0

Library::define_tables() code WC 8.7.0

public static function define_tables() {
	_deprecated_function( 'Library::define_tables', '5.0.0' );
}