astra_get_typography_presets()

Get typography presets data.


Description


Return

(array) Typography Presets data array.


Source

File: inc/extras.php

function astra_get_typography_presets() {
	return get_option( 'astra-typography-presets', '' );
}

Changelog

Changelog
Version Description
3.7.0 Introduced.


User Contributed Notes

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