This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Abstract_Builder::row_has_slot( string $slot )
Checks if a row has items inside a slot.
Parameters
- $slot
-
(Required) slot to check in row.
Return
(bool)
Source
File: header-footer-grid/Core/Builder/Abstract_Builder.php
Expand full source code Collapse full source code View on Github