ActionScheduler_Abstract_Schema::get_table_definition()
Метод класса: 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() ActionScheduler Abstract Schema::get table definition WC 9.3.1
abstract protected function get_table_definition( $table );