mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2026-07-23 12:07:47 +08:00
9 lines
203 B
PHP
9 lines
203 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', '' );
|