\n" . "

Custom Made Wood Tables Crafted to Yes!

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

A plain heading with no pre-existing marks at all.

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

Here is some sample text

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