Astra_Ext_White_Label_Markup::astra_pro_whitelabel_description( String $description = false )

Get Astra Pro whitelabelled description.


Description


Parameters

$description

(String) (Optional) Original Product descriptionn from Graupi.

Default value: false


Return

(String) Astra Pro's whitelabelled description.


Source

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

		public function astra_pro_whitelabel_description( $description = false ) {
			return self::get_whitelabel_string( 'astra-pro', 'description', $description );
		}

Changelog

Changelog
Version Description
1.6.10 Introduced.


User Contributed Notes

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