Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
netodolele.com.br
/
wp-content
/
plugins
/
jet-engine
/
framework
/
interface-builder
/
views
/
Editing: settings-children-title.php
<?php /** * Settings title template. */ // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } ?> <div class="h3-style cx-ui-kit__title cx-settings__title" role="banner" ><?php echo wp_kses_post( $args['title'] ); ?></div>
Save
Cancel