Automattic\WooCommerce\Blocks
Library::define_tables()
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() Library::define tables code WC 9.8.2
public static function define_tables() { _deprecated_function( 'Library::define_tables', '5.0.0' ); }