bbp_get_reply_post_type()

Return the unique id of the custom post type for replies


Description Description


Return Return

(string) The unique reply post type id


Top ↑

Source Source

File: includes/replies/template.php

	function bbp_get_reply_post_type() {

		// Filter & return
		return apply_filters( 'bbp_get_reply_post_type', bbpress()->reply_post_type );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.