Description
Before the main BuddyPress output begins in your template parts.
Example
<?php
//Example 1
//In your child theme functions.php file:
function my_wfx_example_function(){
echo 'howdy';
}
add_action ('wfmain_before_buddypress','my_wfx_example_function');
?>
Notes
Useful for inserting conditional includes without manipulating core BuddyPress theme files.
This hook documentation was last modified on: November 22, 2011 by Jonny