mirror of
https://ghproxy.net/https://github.com/elementor/wp2static-addon-netlify.git
synced 2026-07-21 10:37:07 +08:00
9 lines
211 B
PHP
9 lines
211 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_NETLIFT_VERSION', '' );
|