Skip to content

Tag: function

Insert CSS into html header via php Function

I have access to creating hooks to edit the appearance of websites, but no experience with php. The hooks manpage gives examples such as: Now, what I want to do is insert the following CSS into this function (the function is executed before rendering the page) so that instead of printing a message as above, i…

PHP function, always returns same output

below there’s a code that I use very often on my website (it’s a MyBB forum) and there’s a specific web page where I have written it 10+ times. To make code easier to read I decided to turn it into a function and call it with different arguments each time. Unfortunately it isn’t workin…