File ManagerCurrent Directory: wp-content/plugins/wpforms/src/Integrations/SolidCentralLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: SolidCentral.php <?php namespace WPForms\Integrations\SolidCentral; /** * Class SolidCentral. * * @since 1.9.2 */ class SolidCentral { /** * Do not allow SolidCentral to set WP_ADMIN to true. * * @since 1.9.2 * * @return void */ public function init() { if ( ! defined( 'ITHEMES_SYNC_SKIP_SET_IS_ADMIN_TO_TRUE' ) ) { // phpcs:ignore WPForms.Comments.PHPDocDefine.MissPHPDoc define( 'ITHEMES_SYNC_SKIP_SET_IS_ADMIN_TO_TRUE', true ); return; } if ( ! defined( 'WP_ADMIN' ) ) { // phpcs:ignore WPForms.Comments.PHPDocDefine.MissPHPDoc define( 'WP_ADMIN', false ); } } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirSolidCentral.phpFile598.00 B Rename | Delete | Edit