Used for displaying information before product title on product preview window
Usage
<?php
function my_block_berocket_pp_popup_before_title () {
//your code here
}
add_action( 'berocket_pp_popup_before_title', 'my_block_berocket_pp_popup_before_title' );
?>