Hello!
I develop a plugin and I want to post that automatically turns off the default wordpress comment. I need such a thing:
remove_action ('comment_template');
Unfortunately, this does not work! : (
Hello!
I develop a plugin and I want to post that automatically turns off the default wordpress comment. I need such a thing:
remove_action ('comment_template');
Unfortunately, this does not work! : (
This topic has been closed to new replies.