: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Loads the WordPress environment and template.
if ( ! isset( $wp_did_header ) ) {
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';