wpmdb_json_replace_tables

wpmdb_json_replace_tables

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.9

apply_filters('wpmdb_json_replace_tables') is found 1 times:

  • /class/Common/Replace.php line 884
                    $default_tables = [$this->table];
                }
            }
    
            $this->json_replace_tables = apply_filters('wpmdb_json_replace_tables', $default_tables);
    
            $this->json_replace_columns = apply_filters('wpmdb_json_replace_columns', [
                'post_content',
                'post_content_filtered',
            ]);