Fix debug log
This commit is contained in:
parent
8837b8b010
commit
821120786f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class Debug {
|
||||||
* Initialize the class, registering WordPress hooks
|
* Initialize the class, registering WordPress hooks
|
||||||
*/
|
*/
|
||||||
public static function init() {
|
public static function init() {
|
||||||
if ( WP_DEBUG_LOG ) {
|
if ( WP_DEBUG && WP_DEBUG_LOG ) {
|
||||||
\add_action( 'activitypub_safe_remote_post_response', array( '\Activitypub\Debug', 'log_remote_post_responses' ), 10, 4 );
|
\add_action( 'activitypub_safe_remote_post_response', array( '\Activitypub\Debug', 'log_remote_post_responses' ), 10, 4 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue