Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/plutus/public_html/wp-content/themes/vrm/partials/ |
Upload File : |
<?php /** * Returns the page header title. * * @package Total WordPress theme * @subpackage Partials * @version 5.1.3 */ defined( 'ABSPATH' ) || exit; $args = wpex_page_header_title_args(); if ( empty( $args['string'] ) ) { return; } $schema_escaped = ! empty( $args['schema_markup'] ) ? $args['schema_markup'] : ''; // already escaped via wpex_get_schema_markup() at /inc/functions/frontend/schema-markup.php ?> <?php wpex_hook_page_header_title_before(); ?> <<?php wpex_page_header_title_tag( $args ); ?> <?php wpex_page_header_title_class(); ?><?php echo $schema_escaped; ?>> <span><?php echo do_shortcode( wp_kses_post( $args['string'] ) ); ?></span> </<?php wpex_page_header_title_tag( $args ); ?>> <?php wpex_hook_page_header_title_after(); ?>