/home/altere25/.trash/wp-to-sanity-companion.1
NameSizeModeActions
assets/-0755rm
includes/-0755rm
templates/-0755rm
assets\css\admin.css76110644editdlrm
assets\js\admin.js85340644editdlrm
assets\js\claude-connect.js65020644editdlrm
includes\class-ad-admin.php263740644editdlrm
includes\class-ad-ai-client.php81530644editdlrm
includes\class-ad-auth.php91890644editdlrm
includes\class-ad-cli.php86690644editdlrm
includes\class-ad-extractor.php122100644editdlrm
includes\class-ad-mcp.php64290644editdlrm
includes\class-ad-plugin-core.php79470644editdlrm
includes\class-ad-progress.php80220644editdlrm
includes\class-ad-rest.php310080644editdlrm
includes\class-ad-uninstall.php19240644editdlrm
includes\class-ad-webhook.php148540644editdlrm
templates\admin\claude-connect.php51520644editdlrm
templates\admin\dashboard.php104570644editdlrm
templates\admin\export.php165700644editdlrm
templates\admin\log.php108490644editdlrm
templates\admin\onboarding-v2.php38270644editdlrm
templates\admin\onboarding.php107140644editdlrm
templates\admin\progress.php24430644editdlrm
templates\admin\schema-preview.php52130644editdlrm
uninstall.php3650644editdlrm
wp-to-sanity-companion.php44670644editdlrm
Edit: /home/altere25/.trash/wp-to-sanity-companion.1/templates\admin\export.php (16570B)
settings(); $post_types = $settings['post_types'] ?? ['post', 'page']; // Get counts for each post type $content_stats = []; foreach ($post_types as $post_type) { $counts = wp_count_posts($post_type); $content_stats[$post_type] = $counts; } ?>

label); ?>

$post_type, 'posts_per_page' => 100, 'post_status' => ['publish', 'draft', 'pending', 'future'], 'orderby' => 'modified', 'order' => 'DESC', ]; $query = new WP_Query($args); ?>

label); ?>

have_posts()) : ?> have_posts()) : $query->the_post(); global $wpdb; $log_table = $wpdb->prefix . 'ad_migration_log'; $last_sync = $wpdb->get_row($wpdb->prepare( "SELECT * FROM {$log_table} WHERE post_id = %d ORDER BY created_at DESC LIMIT 1", get_the_ID() ), ARRAY_A); ?>
 
label); ?>
found_posts > 100) : ?>

found_posts) ); ?>

0