This function has been deprecated.

a_z_listing_force_enqueue_styles()

Forcibly enqueue styling. This is a helper function which can be hooked in-place of the default hook added in a_z_listing_add_styling


Description


Return

(void)


Source

File: functions/styles.php

function a_z_listing_force_enqueue_styles() {
	// no-op.
}

Changelog

Changelog
VersionDescription
4.0.0deprecated
1.3.0Introduced.