Description
This action is fired before the HTML template wrapper ends. It allows to add custom HTML before the template wrapper ends.
Example
function my_layout_wrapper_end() {
// Do something awesome 👋
}
add_action( 'cartpops_drawer_wrapper_start', 'my_layout_wrapper_end' );