oont-contents/plugins/jetwoo-widgets-for-elementor/framework/interface-builder/views/settings-children-title.php
2025-02-08 15:10:23 +01:00

11 lines
241 B
PHP

<?php
/**
* Settings title template.
*/
// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
die;
}
?>
<h3 class="cx-ui-kit__title cx-settings__title" role="banner" ><?php echo wp_kses_post( $args['title'] ); ?></h3>