Recent

Custom_TablesclassPro only

Custom_Tables

Custom Tables feature class.

Namespace: WebberZone\Contextual_Related_Posts\Pro\Custom_Tables
Since: 4.0.0
Source: includes/pro/custom-tables/class-custom-tables.php line 23

Methods

__construct()

Constructor.

Since: 4.0.0
Line: 57

public function __construct(  );

schedule_reconciliation_cron()

Schedule the reconciliation cron event if not already scheduled.

Since: 4.2.3
Line: 72

public function schedule_reconciliation_cron(  ): void;

Returns: void

reconcile_missing_posts()

Reconcile missing posts across all relevant sites.

Hooked to the crp_reconcile_missing_posts cron event.

Since: 4.2.3
Line: 90

public function reconcile_missing_posts(  ): void;

Returns: void

get_admin()

Get admin instance.

Since: 4.1.0
Line: 109

public function get_admin(  ): Custom_Tables_Admin;

Returns: Custom_Tables_Admin — Admin instance.

reindex_tables()

Reindex tables.

Since: 4.0.0
Line: 120

public function reindex_tables( $args = ... );
Type Name Description
array $args Reindex arguments.