Astra_Ext_White_Label_Markup::astra_welcome_page_icon( string $icon )

Astra Welcome Page Icon


Description


Parameters

$icon

(string) (Required) Theme Welcome icon.


Return

(string) $icon Updated Theme Welcome icon.


Source

File: classes/class-astra-ext-white-label-markup.php

		public function astra_welcome_page_icon( $icon ) {
			if ( false !== self::get_whitelabel_string( 'astra', 'name', false ) ) {
				$icon = false;
			}

			return $icon;
		}

Changelog

Changelog
Version Description
1.2.1 Introduced.

User Contributed Notes

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