jetpack_sync_checksum_allowed_tables, $this->default_tables
jetpack_sync_checksum_allowed_tables, $this->default_tables
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_sync_checksum_allowed_tables, $this->default_tables') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php line 161
// TODO extract this configuration in a better way, still make it work with `$wpdb` names. // TODO take over the replicastore functions and move them over to this class. // TODO make the API work. $this->allowed_tables = apply_filters( 'jetpack_sync_checksum_allowed_tables', $this->default_tables ); $this->table = $this->validate_table_name( $table ); $this->table_configuration = $this->allowed_tables[ $table ]; $this->prepare_fields( $this->table_configuration );