Can’t find image to remove

Unfortunately for those that might come across this in the future I am not sure if this solution will help you. As I worked out the offending image was in the footer. I ended up just clicking on various options in CUSTOMISE>>FOOTER BUILDER and then I selected the PRIMARY FOOTER and found BACKGROUND which has … Read more

Prevent post from being published and show error

The argument syntax in your strpos() call is such that it’s testing the content for the literal string “$words” instead of the content of the $words variable. publish_post action hooks do not directly receive a post’s content as an argument. However if you use the provided arguments as detailed by the documentation, it is not … Read more