Skip to content

Tag: wordpress

Cant access variable outside of function in wordpress

I am having trouble understanding why I can’t access the $theme_text_domain when it is placed outside of the following function in wordpress. I am getting the following error but if I place it inside the function it works fine. But I would really like to just state the text domain once for all of the fu…

Convert an int to time()

I want to send a reminder email “x” days after an initial email was send. The admin can choose after how many days they want to send a reminder (after the date of the initial mail). This amount is stored in this function and returns an integer (for example 14) The date/time of that the initial email was send …