bbp_view_id( string $view = '' )
Output the view id
Description Description
Parameters Parameters
- $view
-
(Optional) View id
Default value: ''
Source Source
File: includes/common/template.php
function bbp_view_id( $view = '' ) { echo bbp_get_view_id( $view ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |