]', $ampforwpMainArray['ampforwp_after_header']."\n " , $content_buffer, 1); // Below Title Single $content_buffer = preg_replace('#(.+?)<\/header>(.+?)#si', " $2$3".$ampforwpMainArray['ampforwp_before_post_content']."\n" , $content_buffer); $content_buffer = preg_replace('#(.+?)#si', "$2".$ampforwpMainArray['ampforwp_after_post_content']."" , $content_buffer); $content_buffer = preg_replace('#(.+?)<\/header>#si', "$2".$ampforwpMainArray['ampforwp_below_the_title']."\n" , $content_buffer); $content_buffer = preg_replace('#(.+?)#si', "".$ampforwpMainArray['ampforwp_body_beginning']."\n$2" , $content_buffer); $content_buffer = preg_replace('#<\/article>(.+?)<\/footer>#si', "$1".$ampforwpMainArray['ampforwp_global_after_footer'] , $content_buffer); return $content_buffer; } if(!function_exists('ampforwp_is_non_amp')){ function ampforwp_is_non_amp() { return false; } } if(!function_exists('checkAMPforPageBuilderStatus')){ function checkAMPforPageBuilderStatus(){ return false; } }