\n" . "

Cursor rule paragraph with an inline link inside.

\n" . "\n\n" . "\n"; $pageId = wp_insert_post([ 'post_type' => 'page', 'post_status' => 'publish', 'post_title' => 'QE Cursor Rule Home', 'post_content' => $homeContent, ]); wp_insert_post([ 'post_type' => 'page', 'post_status' => 'publish', 'post_title' => 'About', 'post_content' => "

About page reached.

\n", ]); update_option('show_on_front', 'page'); update_option('page_on_front', $pageId);