mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2026-07-21 11:47:28 +08:00
10 lines
235 B
PHP
10 lines
235 B
PHP
<?php
|
|
|
|
// We use core constants instead of core functions
|
|
define( 'WPINC', '' );
|
|
define( 'WP_CONTENT_DIR', '' );
|
|
define( 'WP_PLUGIN_DIR', '' );
|
|
|
|
// WP2Static constants
|
|
define( 'WP2STATIC_VERSION', '' );
|
|
define( 'WP2STATIC_PATH', '' );
|