'. get_bloginfo( 'name' ) .''; else : echo '<'. esc_html( $site_title_tag_for_innerpage ) .' class="site-title">'. get_bloginfo( 'name' ) .''; endif; $blogzee_description = get_bloginfo( 'description', 'display' ); if( $site_description_show_hide ) : if ( $blogzee_description ) echo '

'. $blogzee_description .'

'; endif; ?>
' . esc_html( $custom_button_label ) .''; ?>
item_checkbox_before_post_content == true && $element->item_option == 'show' ) ? $element : ''; })); if( empty( $before_content_advertisement ) ) return; $image_option = array_column( $before_content_advertisement, 'item_image_option' ); $alignment = array_column( $before_content_advertisement, 'item_alignment' ); $elementClass = 'alignment--' . $alignment[0]; $elementClass .= ' image-option--' . ( ( $image_option[0] == 'full_width' ) ? 'full-width' : 'original' ); ?>
item_checkbox_after_post_content == true && $element->item_option == 'show' ) ? $element : ''; })); if( empty( $after_content_advertisement ) ) return; $image_option = array_column( $after_content_advertisement, 'item_image_option' ); $alignment = array_column( $after_content_advertisement, 'item_alignment' ); $elementClass = 'alignment--' . $alignment[0]; $elementClass .= ' image-option--' . ( ( $image_option[0] == 'full_width' ) ? 'full-width' : 'original' ); ?>
'; } add_action( 'blogzee_animation_hook', 'blogzee_get_background_and_cursor_animation' ); endif; if( ! function_exists( 'blogzee_get_toggle_button_html' ) ) : /** * Toggle Button Widget html * * @since 1.0.0 */ function blogzee_get_toggle_button_html() { ?>
'; foreach( $social_icons_decode as $social_icon ) : if( $social_icon->item_option == 'show' ) echo ''; endforeach; echo ''; } endif;