Astra_Theme_Extension::astra_header_top_right_content()

Astra Header Top Right info


Description


Source

File: classes/class-astra-theme-extension.php

		public function astra_header_top_right_content() {
			$top_links = apply_filters(
				'astra_header_top_links',
				array(
					'astra-theme-info' => array(
						'title' => __( 'Stylish, Lightning Fast & Easily Customizable!', 'astra-addon' ),
					),
				)
			);

		}

Changelog

Changelog
Version Description
1.2.1 Introduced.

User Contributed Notes

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