';
if ( 'top' == $ult_heading_settings['spacer_position'] ) {
$output .= $this->ultimate_heading_spacer( $wrapper_class, $wrapper_style, $icon_inline );
}
if ( '' != $ult_heading_settings['main_heading'] ) {
$output .= '
<' . $ult_heading_settings['heading_tag'] . ' style="' . esc_attr( $main_heading_style_inline ) . '">' . $ult_heading_settings['main_heading'] . '' . $ult_heading_settings['heading_tag'] . '>
';
}
if ( 'middle' == $ult_heading_settings['spacer_position'] ) {
$output .= $this->ultimate_heading_spacer( $wrapper_class, $wrapper_style, $icon_inline );
}
if ( '' != $content ) {
$output .= '
' . do_shortcode( $content ) . '
';
}
if ( 'bottom' == $ult_heading_settings['spacer_position'] ) {
$output .= $this->ultimate_heading_spacer( $wrapper_class, $wrapper_style, $icon_inline );
}
$output .= '
';
$is_preset = false; // Display settings for Preset.
if ( isset( $_GET['preset'] ) ) { // PHPCS:ignore:WordPress.Security.NonceVerification.Recommended
$is_preset = true;
}
if ( $is_preset ) {
$text = 'array ( ';
foreach ( $atts as $key => $att ) {
$text .= '' . $icon_inline . '
';
return $ult_heading_settings['spacer'];
}
} // end class.
new Ultimate_VC_Addons_Headings();
if ( class_exists( 'WPBakeryShortCode' ) && ! class_exists( 'WPBakeryShortCode_Ultimate_Heading' ) ) {
/**
* Function that checks if the class is exists or not.
*/
class WPBakeryShortCode_Ultimate_Heading extends WPBakeryShortCode {
}
}
}