Astra_WebFont_Loader::get_subfolder_name()
Get the subfolder name.
Description
Return
(string)
Source
File: inc/lib/webfont/class-astra-webfont-loader.php
public function get_subfolder_name() { if ( ! $this->subfolder_name ) { $this->subfolder_name = apply_filters( 'astra_local_fonts_directory_name', 'astra-local-fonts' ); } return $this->subfolder_name; }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |