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', '' );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |