PHP 8.0.30
Preview: bootstrap.php Size: 967 B
/home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/auto-post-thumbnail/bootstrap.php

<?php
/**
 * Bootstrap file for plugin compatibility checks.
 *
 * @package AutoPostThumbnail
 */

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

if ( defined( 'WAPT_PLUGIN_ACTIVE' ) ) {
	return;
}

define( 'WAPT_PATH', defined( 'WAPT_PRO_PATH' ) ? WAPT_PRO_PATH : WAPT_FREE_PATH );
define( 'WAPT_PLUGIN_ACTIVE', true );
define( 'WAPT_PLUGIN_VERSION', '5.0.2' );
define( 'WAPT_PLUGIN_FILE', WAPT_PATH );
define( 'WAPT_ABSPATH', __DIR__ );
define( 'WAPT_PLUGIN_BASENAME', plugin_basename( WAPT_PATH ) );
define( 'WAPT_PLUGIN_SLUG', dirname( plugin_basename( WAPT_PATH ) ) );
define( 'WAPT_PRODUCT_SLUG', basename( dirname( WAPT_PATH ) ) );
define( 'WAPT_PLUGIN_URL', plugins_url( '', WAPT_PATH ) );
define( 'WAPT_PLUGIN_DIR', __DIR__ );


require_once WAPT_PLUGIN_DIR . '/vendor/autoload.php';

if ( defined( 'WAPT_PRO_PATH' ) && class_exists( 'AutoPostThumbnailPro\Loader' ) ) {
	( new AutoPostThumbnailPro\Loader() )->run();
}

( new AutoPostThumbnail\Loader() )->run();

Directory Contents

Dirs: 4 × Files: 4

Name Size Perms Modified Actions
assets DIR
- drwxr-xr-x 2026-04-02 07:27:15
Edit Download
fonts DIR
- drwxr-xr-x 2026-04-02 07:27:18
Edit Download
src DIR
- drwxr-xr-x 2026-04-02 07:27:19
Edit Download
vendor DIR
- drwxr-xr-x 2026-04-02 07:27:19
Edit Download
3.97 KB lrw-r--r-- 2026-04-02 07:27:16
Edit Download
967 B lrw-r--r-- 2026-04-02 07:27:16
Edit Download
2.43 KB lrw-r--r-- 2026-04-02 07:27:16
Edit Download
7.74 KB lrw-r--r-- 2026-04-02 07:27:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).