Check WordPress path From external database Before Hit Main wordpress Database admin January 5, 2025 January 5, 2025 No Comments on Check WordPress path From external database Before Hit Main wordpress Database Step 1: First need to create DB for URLS CREATE TABLE url_paths ( id INT AUTO_INCREMENT PRIMARY KEY, path VARCHAR(255) NOT NULL UNIQUE, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP );