php output buffer not working after php 7.4 to php 8.1 upgrade – WordPress
The below code is not printing anything in the browser. actually, It should show the header menu. if I remove ob_start(); and ob_end_clean() at least its printing menu without CSS. // Turn on output buffering HTML ob_start(); echo preg_replace( '/n|t/i',…