Weak hands cannot be planted, meager skills have no foundation. Shallow wisdom is futile, how can one hope for a good name?扰扰从役倦，屑屑身事微。少壮轻年月，迟暮惜光辉。
<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php
defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' );

add_action( 'update_option_imagify_settings', 'imagify_maybe_delete_partner_on_option_update', 10, 2 );
/**
 * After the first API key has been successfully added, make sure the partner ID is deleted.
 *
 * @since  1.6.14
 * @author Grégory Viguier
 *
 * @param mixed $old_value The old option value.
 * @param mixed $new_value The new option value.
 */
function imagify_maybe_delete_partner_on_option_update( $old_value, $new_value ) {
	if ( empty( $old_value['api_key'] ) && ! empty( $new_value['api_key'] ) ) {
		imagify_delete_partner();
	}
}

add_action( 'update_site_option_imagify_settings