/card/wrapper_start
This action is fired before the HTML card wrapper start. It allows to add custom HTML before the card wrapper.
Argument | Type | Description |
$card | array | Holds card layout (layers/blocks) definition |
[pastacode lang=”php” manual=”function%20prefix_card_wrapper_start(%20%24card%20)%20%7B%0A%0A%09%2F%2F%20Output%20your%20HTML%20here.%0A%0A%09%7D%0A%0Aadd_action(%20’wp_grid_builder%2Fcard%2Fwrapper_start’%2C%20’prefix_card_wrapper_start’%2C%2010%2C%201%20)%3B” message=”” highlight=”” provider=”manual”/]