BP_Optout::delete( array $args = array() )

Delete opt-outs.


Description Description

See also See also


Top ↑

Parameters Parameters

$args

(Optional) Associative array of columns/values, to determine which rows should be deleted. Of the format array( 'user_id' => 7, 'email_address' => 'bar@foo.com', ).

Default value: array()


Top ↑

Return Return

(int|bool) Number of rows deleted on success, false on failure.


Top ↑

Source Source

File: bp-core/classes/class-bp-optout.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
8.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.