Forums
(@martinsojak)
5 years, 9 months ago
To solve warning “call_user_func_array()” use this
add_filter('wpseo_remove_reply_to_com', function () { return false; });