bp_nouveau_members_get_customizer_widgets_link()
Get a link to set the Member’s front page widgets and directly reach the Customizer section where it’s possible to do it.
Return Return
(string) HTML Output
Source Source
File: bp-templates/bp-nouveau/includes/members/template-tags.php
function bp_nouveau_members_get_customizer_widgets_link() { return bp_nouveau_get_customizer_link( array( 'object' => 'user', 'autofocus' => 'sidebar-widgets-sidebar-buddypress-members', 'text' => __( '(BuddyPress) Widgets', 'buddypress' ), ) ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |