bbp_get_reply_post_type_labels()

Return array of labels used by the reply post type

Description

Return

(array)

Source

File: bp-forums/replies/template.php

function bbp_get_reply_post_type_labels() {
	return apply_filters( 'bbp_get_reply_post_type_labels', array(
		'name'               => __( 'Replies',                   'buddyboss' ),
		'menu_name'          => __( 'Replies',                   'buddyboss' ),
		'singular_name'      => __( 'Reply',                     'buddyboss' ),
		'all_items'          => __( 'All Replies',               'buddyboss' ),
		'add_new'            => __( 'New Reply',                 'buddyboss' ),
		'add_new_item'       => __( 'Create New Reply',          'buddyboss' ),
		'edit'               => __( 'Edit',                      'buddyboss' ),
		'edit_item'          => __( 'Edit Reply',                'buddyboss' ),
		'new_item'           => __( 'New Reply',                 'buddyboss' ),
		'view'               => __( 'View Reply',                'buddyboss' ),
		'view_item'          => __( 'View Reply',                'buddyboss' ),
		'search_items'       => __( 'Search Replies',            'buddyboss' ),
		'not_found'          => __( 'No replies found',          'buddyboss' ),
		'not_found_in_trash' => __( 'No replies found in trash', 'buddyboss' ),
		'parent_item_colon'  => __( 'Discussion:',                    'buddyboss' )
	) );
}

Changelog

Changelog
Version Description
bbPress (r5129) 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.