from any wp-block-X class), but the existing // inline-text journey lives on headings; the trailing paragraph is kept // so paragraph-specific specs have a stable target. $content = "\n" . "
Paragraphs only get Ask AI today, not Quick Edit.
\n" . "\n"; $pageId = wp_insert_post([ 'post_type' => 'page', 'post_status' => 'publish', 'post_title' => 'QE Test Home', 'post_content' => $content, ]); update_option('show_on_front', 'page'); update_option('page_on_front', $pageId);