bbp_get_topic_pagination_count

bbp_get_topic_pagination_count

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_pagination_count') is found 1 times:

  • /includes/replies/template.php line 2410
    2406
    2407
    2408
    2409
    2410
    2411
    2412
    2413
    2414
    2415
    2416
            // Escape results of _n()
            $retstr = esc_html( $retstr );
     
            // Filter & return
            return apply_filters( 'bbp_get_topic_pagination_count', $retstr );
        }
     
    /**
     * Output topic pagination links
     *
     * @since 2.0.0 bbPress (r2519)