Astra_Builder_Header::render_mobile_column( string $row, string $column )

Call mobile component header UI.


Description


Parameters

$row

(string) (Required) row.

$column

(string) (Required) column.


Source

File: inc/builder/markup/class-astra-builder-header.php

		public function render_mobile_column( $row, $column ) {
			Astra_Builder_Helper::render_builder_markup( $row, $column, 'mobile', 'header' );
		}


User Contributed Notes

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