ActionScheduler_Abstract_Schema::get_table_definition()
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() ActionScheduler Abstract Schema::get table definition code WC 9.3.3
abstract protected function get_table_definition( $table );