Astra_Enqueue_Scripts::enqueue_theme_assets()

Function to check if enqueuing of Astra assets are disabled.


Description


Return

(boolean)


Source

File: inc/core/class-astra-enqueue-scripts.php

		public static function enqueue_theme_assets() {
			return apply_filters( 'astra_enqueue_theme_assets', true );
		}

Changelog

Changelog
Version Description
2.1.0 Introduced.


User Contributed Notes

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