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'] ); } } } delete_option( 'areoi-bootstrap-version' );