Recent

Custom_Tables class Pro only

Custom_Tables

Custom Tables feature class.

Namespace: WebberZone\Better_Search\Pro\Custom_Tables
Since: 4.2.0
Source: includes/custom-tables/class-custom-tables.php line 22

Methods

__construct()

Constructor.

Since: 4.2.0
Line: 56

public function __construct(  );

get_admin()

Get admin instance.

Since: 4.2.0
Line: 73

public function get_admin(  ): Custom_Tables_Admin;

Returns: Custom_Tables_Admin — Admin instance.

schedule_reconciliation_cron()

Schedule the reconciliation cron event if not already scheduled.

Since: 4.3.0
Line: 82

public function schedule_reconciliation_cron(  ): void;

Returns: void

reconcile_missing_posts()

Reconcile missing posts across all relevant sites.

Hooked to the bsearch_reconcile_missing_posts cron event.

Since: 4.3.0
Line: 100

public function reconcile_missing_posts(  ): void;

Returns: void

reindex_tables()

Reindex tables.

Since: 4.2.0
Line: 119

public function reindex_tables( $args = ... );
TypeNameDescription
array$argsReindex arguments.