File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/jetformbuilder/includes/classes/theme/with-theme-info.php
Back
<?php namespace Jet_Form_Builder\Classes\Theme; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } trait With_Theme_Info { // phpcs:ignore PSR2.Classes.PropertyDeclaration.Underscore private $_theme; public function theme(): Theme_Info { if ( ! $this->_theme ) { $this->_theme = new Theme_Info(); } return $this->_theme; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.14 |
proxy
|
phpinfo
|
Settings