bp_optout_before_delete, $args

bp_optout_before_delete, $args

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_optout_before_delete, $args') is found 1 times:

  • /bp-core/classes/class-bp-optout.php line 776
    		 * @since 8.0.0
    		 *
    		 * @param array $args Characteristics of the opt-outs to be deleted.
    		 */
    		do_action( 'bp_optout_before_delete', $args );
    
    		// Clear matching items from the cache.
    		$cache_args           = $args;
    		$cache_args['fields'] = 'ids';
    		$maybe_cached_ids     = self::get( $cache_args );
    		foreach ( $maybe_cached_ids as $invite_id ) {