Answer the question
In order to leave comments, you need to log in
How to specify multiple parameters in WP delete function?
Goodnight!
I'm using a function in wordpress that replaces "something" with "something" in post content, here's what it looks like:
add_filter('the_content','your_delete_function');
function your_delete_function($content) {
return str_replace('что заменить', 'на что', $content);
}
Answer the question
In order to leave comments, you need to log in
If not a redirect, but about robots.txt, then Disallow: /en/questions/unanswered/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question