do_action( ‘deleted_option’, string $option )

In this article

Fires after an option has been deleted.

Parameters

$optionstring
Name of the deleted option.

Source

do_action( 'deleted_option', $option );

Changelog

VersionDescription
2.9.0Introduced.

User Contributed Notes

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