HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/z/w/a/zwafgyp/locationdebateau/wp-content/themes/my-listing/functions.php
<?php

namespace MyListing;

if ( ! defined('ABSPATH') ) {
	exit;
}

function is_debug_mode() {
	return defined('WP_DEBUG') && WP_DEBUG;
}

function is_dev_mode() {
	return defined('MYLISTING_DEV_MODE') && MYLISTING_DEV_MODE;
}

function is_running_tests() {
	return defined('MYLISTING_RUNNING_TESTS') && MYLISTING_RUNNING_TESTS;
}

// Load textdomain early to include strings that are localized before
// the 'after_setup_theme' is called.
load_theme_textdomain( 'my-listing', trailingslashit( get_template_directory() ) . 'languages' );

// Load classes.
require_once trailingslashit( get_template_directory() ) . 'includes/autoload.php';