ion
/layout/wrapper_end
This action is fired before the HTML layout wrapper ends. It allows to add custom HTML before the layout wrapper ends.
[pastacode lang=”php” manual=”function%20prefix_layout_wrapper_end()%20%7B%0A%0A%09%2F%2F%20Output%20your%20HTML%20here.%0A%0A%7D%0A%0Aadd_action(%20’wp_grid_builder%2Flayout%2Fwrapper_end’%2C%20’prefix_layout_wrapper_end’%20)%3B” message=”” highlight=”” provider=”manual”/]