filters dont work
-
Hello!
Added ; `add_filter(“atr_server_success_message”, function($message, $server) {
return $server->humanname.” appears to be working alright.”;
}, 10, 2);add_filter(“atr_server_error_message”, function($message, $server) {
return $server->humanname.” is down.”;
}, 10, 2);`Into my functions.php .. but that dont work.
Suggestion?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘filters dont work’ is closed to new replies.