messages_notice_after_delete, $this

messages_notice_after_delete, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

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

  • /bp-messages/classes/class-bp-messages-notice.php line 214
    		 * @since 2.8.0
    		 *
    		 * @param BP_Messages_Notice $notice Current instance of the message notice item being deleted.
    		 */
    		do_action( 'messages_notice_after_delete', $this );
    
    		return true;
    	}
    
    	/** Static Methods ********************************************************/