\n" . "
A paragraph below the heading for the outside-click case.
\n" . "\n"; $pageId = wp_insert_post([ 'post_type' => 'page', 'post_status' => 'publish', 'post_title' => 'QE Sticky Selection Home', 'post_content' => $homeContent, ]); update_option('show_on_front', 'page'); update_option('page_on_front', $pageId);