Overview
The filter hook ctdqb_pagination_html allows you to modify the pagination HTML content before it’s wrapped in the final pagination container. This filter provides complete control over the pagination structure and styling for different pagination types.
Hook Parameters
- $p_html – String containing the pagination HTML content.
- $props – Array of module properties.
- $query_data – Array containing query data with pagination information.
0 Comments