get_settings(); foreach ( $page['children'] as $child_key => $child ) { if ( empty( $child['sections'] ) ) { continue; } foreach ( $child['sections'] as $section_key => $section ) { if ( empty( $section['options'] ) ) { continue; } foreach ( $section['options'] as $option_key => $option ) { delete_option( $option['name'] ); } } } $_settings = new AREOI_Settings(); $_settings->compile_scss(); $status = 'success'; $message = 'Your settings have been reverted!'; } add_action( 'admin_notices', function() use ( $status, $message ) { ?>