File manager - Edit - /home/theblueo/www/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php
Back
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * Post settings like custom css for page are displayed here. * * @since 4.3 */ class Vc_Post_Settings { /** * @var Vc_Editor_Interface */ protected $editor; /** * @param Vc_Editor_Interface $editor */ public function __construct( Vc_Editor_Interface $editor ) { $this->editor = $editor; } /** * @return Vc_Editor_Interface */ public function editor() { return $this->editor; } /** * */ public function renderUITemplate() { vc_include_template( 'editors/popups/vc_ui-panel-post-settings.tpl.php', array( 'box' => $this, ) ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings