bbp_get_forum_pagination_count

bbp_get_forum_pagination_count

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_pagination_count') is found 1 times:

  • /includes/topics/template.php line 3007
    3003
    3004
    3005
    3006
    3007
    3008
    3009
    3010
    3011
    3012
    3013
                $retstr = esc_html( $retstr );
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_forum_pagination_count', $retstr );
        }
     
    /**
     * Output pagination links
     *
     * @since 2.0.0 bbPress (r2519)