do_action ( ‘deleted_option’, string $option )

Fires after an option has been deleted.

Parameters

$option string
Name of the deleted option.

Source

do_action( 'deleted_option', $option );

Changuelog

Versionen Description
2.9.0 Introduced.

User Contributed Notes

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