apply_filters( 'bp_nouveau_pagination_params', array $value, string $pagination_type )

Use this filter to define your custom pagination parameters.


Description Description


Parameters Parameters

$value

An associative array of pagination parameters.

  • 'pag_count'
    (string) Information about the pagination count. eg: "Viewing 1 - 10 of 20 items".
  • 'pag_links'
    (string) The Pagination links.
  • 'page_arg'
    (string) The argument to use to pass the page number.

$pagination_type

Information about the pagination type.


Top ↑

Source Source

File: bp-templates/bp-nouveau/includes/template-tags.php


Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.