astra_get_theme_name()
Get theme name.
Description
Return
(string) Theme Name.
Source
File: inc/markup-extras.php
	function astra_get_theme_name() {
		$theme_name = __( 'Astra', 'astra' );
		return apply_filters( 'astra_theme_name', $theme_name );
	}
			Expand full source code Collapse full source code View on Trac