bp_get_groups_slug

  • apply_filters( 'bp_get_groups_slug', $bp->groups->slug )

    Source Reference:

    • Component: BuddyPress :: bp-groups
      File: /bp-groups/bp-groups-template.php :: Trac Source Line: 26
      	/**
      	 * Return the groups component slug
      	 *
      	 * @package BuddyPress
      	 * @subpackage Groups Template
      	 * @since 1.5
      	 */
      	function bp_get_groups_slug() {
      		global $bp;
      		return apply_filters( 'bp_get_groups_slug', $bp->groups->slug );
      	}
      
      /**
       * Output the groups component root slug
       *
       * @package BuddyPress
       * @subpackage Groups Template
       * @since 1.5
       *
       * @uses bp_get_groups_root_slug()
      

Comments are closed.