wpmdb_subdomain_replace

wpmdb_subdomain_replace

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('wpmdb_subdomain_replace') is found 1 times:

  • /class/Common/Replace.php line 369
         */
        function is_subdomain_replaces_on()
        {
            if (!isset($this->subdomain_replaces_on)) {
                $this->subdomain_replaces_on = (is_multisite() && is_subdomain_install() && !$this->has_same_base_domain() && apply_filters('wpmdb_subdomain_replace', true));
            }
    
            return $this->subdomain_replaces_on;
        }