bp_members_ms_signup_bulk_actions

bp_members_ms_signup_bulk_actions

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: buddypress.12.4.0

apply_filters('bp_members_ms_signup_bulk_actions') is found 2 times:

  • /bp-members/classes/class-bp-members-list-table.php line 194
    		 * @since 10.0.0
    		 *
    		 * @param array $actions Array of actions and corresponding labels.
    		 */
    		return apply_filters( 'bp_members_ms_signup_bulk_actions', $actions );
    	}
    
    	/**
    	 * The text shown when no items are found.
    	 *
    	 * Nice job, clean sheet!
    
  • /bp-members/classes/class-bp-members-ms-list-table.php line 187
    		 * @since 10.0.0
    		 *
    		 * @param array $actions Array of actions and corresponding labels.
    		 */
    		return apply_filters( 'bp_members_ms_signup_bulk_actions', $actions );
    	}
    
    	/**
    	 * The text shown when no items are found.
    	 *
    	 * Nice job, clean sheet!
    

See this hook used in plugins: