Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php

ActionScheduler_Abstract_Schema

Class: Class ActionScheduler_Abstract_Schema

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php:13

Used by 2 functions | Uses 0 functions

ActionScheduler_Abstract_Schema::register_tables()

Method: Register tables with WordPress, and create them if needed.

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php:32

Used by 0 functions | Uses 4 functions

ActionScheduler_Abstract_Schema::get_table_definition()

Method:

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php:56

Used by 1 function | Uses 0 functions

ActionScheduler_Abstract_Schema::schema_update_required()

Method: Determine if the database schema is out of date by comparing the integer found in $this->schema_version with the option set in the WordPress options table

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php:65

Used by 1 function | Uses 0 functions

ActionScheduler_Abstract_Schema::mark_schema_update_complete()

Method: Update the option in WordPress to indicate that our schema is now up to date

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php:97

Used by 1 function | Uses 0 functions

ActionScheduler_Abstract_Schema::update_table()

Method: Update the schema for the given table

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php:113

Used by 1 function | Uses 1 function

ActionScheduler_Abstract_Schema::get_full_table_name()

Method:

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php:132

Used by 1 function | Uses 0 functions
Proudly powered by WordPress