option_update_filter

Definition:
function option_update_filter( $options ) {}

Parameters

  • unknown_type $options

Source code

function option_update_filter( $options ) {

	global $new_whitelist_options;



	if ( is_array( $new_whitelist_options ) )

		$options = add_option_whitelist( $new_whitelist_options, $options );



	return $options;

}

2467

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: