Astra_Addon_Update_Filter_Function::astra_update_default_font_styling_addon()

Astra update default font size and font weight.


Description


Return

(boolean)


Source

File: classes/class-astra-addon-update-filter-function.php

	public static function astra_update_default_font_styling_addon() {
		return is_callable( 'Astra_Woocommerce::astra_update_default_font_styling' ) ? Astra_Woocommerce::astra_update_default_font_styling() : false;
		
	}

Changelog

Changelog
Version Description
4.6.0 Introduced.


User Contributed Notes

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