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