Improvs Member May 10, 2020 #1 Need advice. What is a better way to send some header params for all pages with specific $_GET? For example: Code: header ('X-Robots-Tag: noindex, follow'); I thought about APP class, but this class is not extendable.
Need advice. What is a better way to send some header params for all pages with specific $_GET? For example: Code: header ('X-Robots-Tag: noindex, follow'); I thought about APP class, but this class is not extendable.