Astra_Builder_UI_Controller::render_site_identity( string $device )

Site Identity.


Description


Parameters

$device

(string) (Required) Device name.


Source

File: inc/builder/controllers/class-astra-builder-ui-controller.php

		public static function render_site_identity() {
			?>
				<?php
				if ( is_customize_preview() ) {
					self::render_customizer_edit_button();
				}
				?>
				<div
				<?php
					echo astra_attr(
						'site-identity',
						array(
							'class' => 'site-branding ast-site-identity',
						)
					);
				?>
				>
					<?php astra_logo(); ?>
				</div>
			<!-- .site-branding -->
			<?php
		}


User Contributed Notes

You must log in before being able to contribute a note or feedback.