Intergration: WP Plugin
-
What do I have to do on the BBpress side for it to call $before_widget . $before_title to work properly?
‘<?php
global $current_user;
echo $before_widget . $before_title . __( ‘Hi ‘. ucwords($current_user->display_name) ) . $after_title;
?>’
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.