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 );
	}


User Contributed Notes

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