bp_activity_template_groups_activity, members/single/home

bp_activity_template_groups_activity, members/single/home

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_template_groups_activity, members/single/home') is found 1 times:

  • /bp-activity/screens/groups.php line 37

    Warning: Undefined array key 42 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @since 1.2.0
    		 *
    		 * @param string $template Path to the activity template to load.
    		 */
    		apply_filters( 'bp_activity_template_groups_activity', 'members/single/home' ),
    		'members/single/index',
    	);
    
    	bp_core_load_template( $templates );
    }