From bbd0f25a4a42aad6f0784eb5aad2bd6662e40735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Krzemi=C5=84ski?= Date: Fri, 4 Oct 2024 13:18:04 +0200 Subject: [PATCH] Add extra hint for devs Co-authored-by: Marco Pereirinha --- classes/class-connector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/class-connector.php b/classes/class-connector.php index af79467d5..d36da3f3b 100644 --- a/classes/class-connector.php +++ b/classes/class-connector.php @@ -161,6 +161,7 @@ public function log( $message, $args, $object_id, $context, $action, $user_id = /** * Override the data logged. Returning false to this filter will stop the data from being logged. * Examples of this filter in use can be found in some of the custom connectors. + * @see Connector_ACF::log_override() * * @return array|false An array of the data to be logged or false if it should not be logged. */