Astra_Enqueue_Scripts::enqueue_galleries_style( string $gallery_style )

Enqueue galleries relates CSS on gallery_style filter.


Description


Parameters

$gallery_style

(string) (Required) gallery style and div.


Return

(string)


Source

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

		public function enqueue_galleries_style( $gallery_style ) {
			wp_enqueue_style( 'astra-galleries-css' );
			return $gallery_style;
		}

Changelog

Changelog
Version Description
3.5.0 Introduced.

User Contributed Notes

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