diff --git a/src/academic-bloggers-toolkit.php b/src/academic-bloggers-toolkit.php index 85264dbc..5c7d517e 100644 --- a/src/academic-bloggers-toolkit.php +++ b/src/academic-bloggers-toolkit.php @@ -67,13 +67,6 @@ function uninstall() { function refactor_options() { $options = get_option( ABT_OPTIONS_KEY ); if ( version_compare( ABT_VERSION, $options['VERSION'] ?? '0', '>' ) ) { - // Move custom css to customizer if it exists. - if ( ! empty( $options['custom_css'] ) ) { - wp_update_custom_css_post( - wp_get_custom_css_post() . PHP_EOL . - wp_kses( $options['custom_css'], [ "\'", '\"' ] ) - ); - } $new_options = [ 'VERSION' => ABT_VERSION, 'citation_style' => [