>
'; /** * bloghill_simple_breadcrumb hook * * @hooked bloghill_simple_breadcrumb - 10 * */ do_action( 'bloghill_simple_breadcrumb' ); echo '
'; return; } endif; if ( ! function_exists( 'bloghill_content_end' ) ) : /** * Site content codes * * @since Bloghill 1.0.0 * */ function bloghill_content_end() { ?>
esc_attr( $options['loader_icon'] ) ) ); endif; ?>
' . bloghill_get_svg( array( 'icon' => 'spinner-umbrella' ) ) . ''; } endif; } endif; add_action( 'bloghill_infinite_loader_spinner_action', 'bloghill_infinite_loader_spinner', 10 );