Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories
Register::get_table
Supplies the name of the database table used to store approved directories.
Метод класса: Register{}
Хуков нет.
Возвращает
Строку.
Использование
$Register = new Register(); $Register->get_table(): string;
Код Register::get_table() Register::get table WC 10.5.0
public function get_table(): string {
global $wpdb;
return $wpdb->prefix . 'wc_product_download_directories';
}