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/zwafgyp/locationdebateau/wp-content/themes/my-listing/includes/src/endpoints/endpoints.php
<?php

namespace MyListing\Src\Endpoints;

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

class Endpoints {

	/**
	 * Register endpoints.
	 *
	 * @since 2.1
	 */
	public static function boot() {
		new File_Upload_Endpoint;
		new Restaurant_Menu_Endpoint;
		new Quick_View_Endpoint;
		new Posts_List_Endpoint;
		new Post_Details_Endpoint;
		new Products_List_Endpoint;
		new Package_List_Endpoint;
		new Users_List_Endpoint;
		new Explore_Terms_Endpoint;
		new Comments_List_Endpoint;
		new Compare_Listings_Endpoint;
		new Post_Duplicate_Endpoint;
		Term_List_Endpoint::instance();
	}

}