Action hook 'xmlrpc_action'
in WP Core File wp-content/plugins/akismet/class.akismet.php at line 1739
Description
Log debugging info to the error log. Enabled when WP_DEBUG_LOG is enabled (and WP_DEBUG, since according to core, "WP_DEBUG_DISPLAY and WP_DEBUG_LOG perform no function unless WP_DEBUG is true), but can be disabled via the akismet_debug_log filter.
Occurrences
Filename |
Line Number |
wp-content/plugins/akismet/class.akismet.php |
1739 |
Parameters
Type |
Name |
Description |
mixed |
$akismet_debug |
The data to log. |
PHP Doc
/**
* Log debugging info to the error log.
*
* Enabled when WP_DEBUG_LOG is enabled (and WP_DEBUG, since according to
* core, "WP_DEBUG_DISPLAY and WP_DEBUG_LOG perform no function unless
* WP_DEBUG is true), but can be disabled via the akismet_debug_log filter.
*
* @param mixed $akismet_debug The data to log.
*/