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.
Beaver::hook_to_part( string $location, array $hooks )
Mapping function to move from neve_hooks format to the format required by Beaver Builder.
Parameters
- $location
-
(Required) Current location, the key of neve_hooks array.
- $hooks
-
(Required) Hooks from that location.
Return
(array)
Source
File: inc/compatibility/beaver.php
Expand full source code Collapse full source code View on Github