a_z_listing_force_enqueue_tabs()
Forcibly enqueue Tabs script. 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/scripts.php
function a_z_listing_force_enqueue_tabs() { a_z_listing_enqueue_tabs( true ); }
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |