namespace WPForms\Integrations\SolidCentral;
* Do not allow SolidCentral to set WP_ADMIN to true.
if ( ! defined( 'ITHEMES_SYNC_SKIP_SET_IS_ADMIN_TO_TRUE' ) ) {
// phpcs:ignore WPForms.Comments.PHPDocDefine.MissPHPDoc, WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound
define( 'ITHEMES_SYNC_SKIP_SET_IS_ADMIN_TO_TRUE', true );
if ( ! defined( 'WP_ADMIN' ) ) {
// phpcs:ignore WPForms.Comments.PHPDocDefine.MissPHPDoc, WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound
define( 'WP_ADMIN', false );
// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound