jetpack_sync_checksum_allowed_tables, static::get_default_tables(
jetpack_sync_checksum_allowed_tables, static::get_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, static::get_default_tables(') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php line 403
* * @return array */ public static function get_allowed_tables() { return apply_filters( 'jetpack_sync_checksum_allowed_tables', static::get_default_tables() ); } /** * Prepare field params based off provided configuration. * * @param array $table_configuration The table configuration array.