bb_bozo_latest_filter
The BuddyPress bb bozo latest filter function.
Description
bb_bozo_latest_filter();
Usage
if ( !function_exists( 'bb_bozo_latest_filter' ) ) { require_once ABSPATH . PLUGINDIR . 'buddypress/bp-forums/bbpress/bb-plugins/bozo.php'; } // NOTICE! Understand what this does before running. $result = bb_bozo_latest_filter();
Defined (1)
The function is defined in the following location(s).
- /bp-forums/bbpress/bb-plugins/bozo.php
- function bb_bozo_latest_filter() {
- global $bb_current_user;
- if ( isset($bb_current_user->data->bozo_topics) && $bb_current_user->data->bozo_topics )
- }