ActionScheduler_Abstract_Schema::get_table_definition()protectedWC 1.0

Method of the class: ActionScheduler_Abstract_Schema{}

No Hooks.

Return

String. The CREATE TABLE statement, suitable for passing to dbDelta

Usage

// protected - for code of main (parent) or child class
$result = $this->get_table_definition( $table );
$table(string) (required)
The name of the table

ActionScheduler_Abstract_Schema::get_table_definition() code WC 8.7.0

abstract protected function get_table_definition( $table );