\n" . "

Locked target heading.

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

Other tagged heading.

\n" . "\n"; $pageId = wp_insert_post([ 'post_type' => 'page', 'post_status' => 'publish', 'post_title' => 'Agent Exclusivity Home', 'post_content' => $content, ]); update_option('show_on_front', 'page'); update_option('page_on_front', $pageId);