reactwpscripts.is_development

reactwpscripts.is_development

Hook Type: filter

See hook in core

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

apply_filters('reactwpscripts.is_development') is found 1 times:

  • /react-wp-scripts.php line 21
        }
    
        $env = isset($_ENV['MDB_IS_DEV']) ? (bool)$_ENV['MDB_IS_DEV'] : false;
    
        return apply_filters('reactwpscripts.is_development', $env);
    }
    
    function switch_slashes_for_windows($path)
    {
        return str_replace('\\', '/', $path);
    }