Used for displaying information after products in wait list.
Usage
<?php
function my_block_berocket_after_wait_list () {
//your code here
}
add_action( 'berocket_after_wait_list', 'my_block_berocket_after_wait_list' );
?>Used for displaying information after products in wait list.
Usage
<?php
function my_block_berocket_after_wait_list () {
//your code here
}
add_action( 'berocket_after_wait_list', 'my_block_berocket_after_wait_list' );
?>