Action hook 'unregister_setting'

in WP Core File wp-includes/option.php at line 3095

Description

Fires immediately before the setting is unregistered and after its filters have been removed.

Occurrences

Filename Line Number
wp-includes/option.php 3095

Parameters

Type Name Description
string $option_group Setting group.
string $option_name Setting name.

PHP Doc

/**
		 * Fires immediately before the setting is unregistered and after its filters have been removed.
		 *
		 * @since 5.5.0
		 *
		 * @param string $option_group Setting group.
		 * @param string $option_name  Setting name.
		 */