group_members_loop_end, $this

group_members_loop_end, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('group_members_loop_end, $this') is found 1 times:

  • /bp-groups/classes/class-bp-groups-group-members-template.php line 279
    			 * @since 2.7.0 Action renamed from `loop_end`.
    			 *
    			 * @param BP_Groups_Group_Members_Template $template_loop Instance of the current Members template.
    			 */
    			do_action( 'group_members_loop_end', $this );
    
    			// Do some cleaning up after the loop.
    			$this->rewind_members();
    		}
    
    		$this->in_the_loop = false;