bbp_get_reply_position

bbp_get_reply_position

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_position') is found 1 times:

  • /includes/replies/template.php line 1726
    1722
    1723
    1724
    1725
    1726
    1727
    1728
    1729
    1730
    1731
    1732
                $reply_position++;
            }
     
            // Filter & return
            return (int) apply_filters( 'bbp_get_reply_position', $reply_position, $reply_id, $topic_id );
        }
     
    /** Reply Admin Links *********************************************************/
     
    /**
     * Output admin links for reply