REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 828 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/wpforms-lite/src/Integrations/SolidCentral/SolidCentral.php
Text
Base64
<?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, WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound define( 'ITHEMES_SYNC_SKIP_SET_IS_ADMIN_TO_TRUE', true ); return; } if ( ! defined( 'WP_ADMIN' ) ) { // phpcs:ignore WPForms.Comments.PHPDocDefine.MissPHPDoc, WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound define( 'WP_ADMIN', false ); } // phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
SolidCentral.php
828 B
lrw-r--r--
2025-12-11 20:10:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).