Tagged Questions
0
votes
1answer
15 views
Is it possible to put the add-filter()-hook into a function?
for my plugin with a lot of different features, I want to realize a mail-function to send HTML-mails. For this I have to add a filter-Hook like this:
function set_content_type($content_type){
...
0
votes
1answer
39 views
Wordpress automatically removes emails from content? [closed]
Is there some kind of filter or other function in Wordpress that removes email address’ from the content when creating a new site?
I’ve a site with some contact information on them and every time I ...