Used for display information after pagination
Usage
<?php
function my_block_berocket_ps_after_pagination () {
//your code here
}
add_action( 'berocket_ps_after_pagination', 'my_block_berocket_ps_after_pagination' );
?>Used for display information after pagination
Usage
<?php
function my_block_berocket_ps_after_pagination () {
//your code here
}
add_action( 'berocket_ps_after_pagination', 'my_block_berocket_ps_after_pagination' );
?>