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" . "

First heading for inline-text testing.

\n" . "\n\n" . "\n" . "

Second heading for cancel testing.

\n" . "\n\n" . "\n" . "

Third heading for cmd-enter testing.

\n" . "\n\n" . "\n" . "

Fourth heading for undo testing.

\n" . "\n\n" . "\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);