get_option( 'statement_show_per_page', 20 ); $current_page = max( 1, Input::get( 'current_page', 1, Input::TYPE_INT ) ); $offset = ( $current_page - 1 ) * $per_page; $wishlists = tutor_utils()->get_wishlist( null, $offset, $per_page ); $total_wishlists_count = count( tutor_utils()->get_wishlist( null ) ); ?>
tutor_empty_state( tutor_utils()->not_found_text() ); ?>