Forums
(@katieduk1)
5 years, 8 months ago
Its ok figured it out myself
define(‘BP_DEFAULT_COMPONENT’, ‘listings’ ); add_filter( ‘bp_is_active’, function($retval, $component){ if($component === ‘listings’) return true; return $retval; }, 10, 2 );