bbp_admin_link( array $args = array() )
Output the link to the admin section
Description Description
Parameters Parameters
- $args
-
(Optional) See bbp_get_admin_link()
Default value: array()
Source Source
File: includes/users/template.php
function bbp_admin_link( $args = array() ) { echo bbp_get_admin_link( $args ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |