$custom_icon_sets ) { foreach ( $custom_icon_sets as $option_name => $list_label ) { delete_option( $option_name ); } } delete_option( 'ACFFA_custom_icon_sets_list' ); } $timestamp = wp_next_scheduled( 'ACFFA_refresh_latest_icons' ); if ( $timestamp ) { wp_unschedule_event( $timestamp, 'ACFFA_refresh_latest_icons' ); }