ActionScheduler_Abstract_Schema::get_table_definition()protectedWC 1.0

Метод класса: ActionScheduler_Abstract_Schema{}

Хуков нет.

Возвращает

Строку. The CREATE TABLE statement, suitable for passing to dbDelta

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_table_definition( $table );
$table(строка) (обязательный)
The name of the table

Код ActionScheduler_Abstract_Schema::get_table_definition() WC 8.7.0

abstract protected function get_table_definition( $table );