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

'. $blogmatic_description .'

'; endif; ?>
'; } else { if( $custom_button_icon['type'] != 'none' ) echo ''. wp_get_attachment_image( $custom_button_icon['value'], 'full' ) .''; } if( $custom_button_label ) echo '' . 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( 'blogmatic_animation_hook', 'blogmatic_get_background_and_cursor_animation' ); endif; if( ! function_exists( 'blogmatic_get_toggle_button_html' ) ) : /** * Toggle Button Widget html * * @since 1.0.0 */ function blogmatic_get_toggle_button_html() { ?>
'; foreach( $social_icons_decode as $social_icon ) : if( $social_icon->item_option == 'show' ) echo ''; endforeach; echo ''; } endif;