Skip to content

Commit

Permalink
Add extra hint for devs
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Pereirinha <pereirinha@users.noreply.github.com>
  • Loading branch information
marcinkrzeminski and pereirinha authored Oct 4, 2024
1 parent 836ece2 commit bbd0f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/class-connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit bbd0f25

Please sign in to comment.