/** * For developers: WordPress debugging mode. * * Temporary debugging configuration to identify * the Elementor server error during AJAX saving. */ define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); /** * WordPress memory limits. */ define( 'WP_MEMORY_LIMIT', '512M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' ); /** * Execution limits. */ @ini_set( 'memory_limit', '512M' ); @ini_set( 'max_execution_time', '300' ); @ini_set( 'max_input_time', '300' ); set_time_limit( 300 ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';