Leonard Fournette Authentic Jersey
* @since 2.5.0
*/
if ( !defined( 'AUTOSAVE_INTERVAL' ) )
define( 'AUTOSAVE_INTERVAL', 60 );
/**
* @since 2.9.0
*/
if ( !defined( 'EMPTY_TRASH_DAYS' ) )
define( 'EMPTY_TRASH_DAYS', 30 );
if ( !defined('WP_POST_REVISIONS') )
define('WP_POST_REVISIONS', true);
/**
* @since 3.3.0
*/
if ( !defined( 'WP_CRON_LOCK_TIMEOUT' ) )
define('WP_CRON_LOCK_TIMEOUT', 60); // In seconds
}
/**
* Defines templating related WordPress constants
*
* @since 3.0.0
*/
function wp_templating_constants() {
/**
* Filesystem path to the current active template directory
* @since 1.5.0
*/
define('TEMPLATEPATH', get_template_directory());
/**
* Filesystem path to the current active template stylesheet directory
* @since 2.1.0
*/
define('STYLESHEETPATH', get_stylesheet_directory());
/**
* Slug of the default theme for this install.
* Used as the default theme when installing new sites.
* Will be used as the fallback if the current theme doesn't exist.
* @since 3.0.0
*/
if ( !defined('WP_DEFAULT_THEME') )
define( 'WP_DEFAULT_THEME', 'twentyfifteen' );
}
Fatal error: Uncaught Error: Call to undefined function wp_initial_constants() in /home/users/l/loomst/domains/rk.alchemist-home.ru/wp-settings.php:43
Stack trace:
#0 /home/users/l/loomst/domains/rk.alchemist-home.ru/wp-config.php(96): require_once()
#1 /home/users/l/loomst/domains/rk.alchemist-home.ru/wp-load.php(37): require_once('/home/users/l/l...')
#2 /home/users/l/loomst/domains/rk.alchemist-home.ru/wp-blog-header.php(12): require_once('/home/users/l/l...')
#3 /home/users/l/loomst/domains/rk.alchemist-home.ru/index.php(20): require('/home/users/l/l...')
#4 {main}
thrown in /home/users/l/loomst/domains/rk.alchemist-home.ru/wp-settings.php on line 43