bbp_get_reply_slug( $default = 'reply' )

Return the single reply slug (used mostly for editing)

Description

Return

(string)

Source

File: bp-forums/core/options.php

function bbp_get_reply_slug( $default = 'reply' ) {
	return apply_filters( 'bbp_get_reply_slug', bbp_maybe_get_root_slug() . get_option( '_bbp_reply_slug', $default ) );
}

Changelog

Changelog
Version Description
bbPress (r3759) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.