Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Hardcoding a Widget into BP home ?


MrMaz
Participant

@mrmaz

To manually call a widget you need to do something like this:

<?php

$w = new BP_Activity_Widget();

$w->widget(array(‘widget_name’ => ‘Hello World’));

?>

Did not test this ;)

Skip to toolbar