Skip to content

Commit

Permalink
Add newly added options at uninstall hook
Browse files Browse the repository at this point in the history
  • Loading branch information
lushkant committed Jan 4, 2023
1 parent 2fe14c7 commit 8496137
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
if ( is_array( $options ) && isset( $options['remove_on_uninstall'] ) && true === $options['remove_on_uninstall'] ) {
delete_option( 'ang_options' );
delete_option( '_ang_import_history' );
delete_option( 'style_kits_previous_db_version' );
delete_option( 'style_kits_db_version' );
delete_option( 'analog_onboarding' );
delete_option( 'ran_onboarding' );
}

delete_option( '_ang_installed_time' );
Expand Down

0 comments on commit 8496137

Please sign in to comment.