File "tab-children-title.php"

Full path: /home/dora/public_html/wp-content/plugins/jet-engine/framework/interface-builder/views/tab-children-title.php
File size: 471 bytes
MIME-type: --
Charset: utf-8

<?php
/**
 * Tabs title template.
 */

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
	die;
}
?>
<button class="cx-tab__button cx-component__button" role="button" title="<?php echo esc_attr( $args['title'] ); ?>" aria-expanded="false" data-content-id="#<?php echo esc_attr( $args['id'] ); ?>">
	<div class="h3-style cx-ui-kit__title cx-tab__title" aria-grabbed="true" role="banner" ><?php echo wp_kses_post( $args['title'] ); ?></div>
</button>