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

'. $blog_postx_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( 'blog_postx_animation_hook', 'blog_postx_get_background_and_cursor_animation' ); endif; if( ! function_exists( 'blog_postx_get_toggle_button_html' ) ) : /** * Toggle Button Widget html * * @since 1.0.0 */ function blog_postx_get_toggle_button_html() { ?>
'; foreach( $decoded_social_icons as $index => $icon ) : if( $limit !== '' && $index >= $limit ) break; if( $icon[ 'item_option' ] === 'show' ) : $label = blog_postx_get_brand_name( $icon[ 'icon_class' ] ); $iconClass = 'social-icon ' . strtolower( $label ); ?> ', esc_html( $label ), ''; ?> ', esc_html( $icon[ 'icon_count' ] ), ''; ?> '; } endif;