Skip to content

Commit

Permalink
Issue #78 - don't write trace status report when request is edd-api
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Nov 21, 2019
1 parent d92dc05 commit 319353e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions includes/oik-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,9 @@ function bw_trace_ok_to_echo() {
if ( !$short ) {
$short = bw_array_get( $_REQUEST, 'block_data_export', null );
}
if ( !$short ) {
$short = bw_array_get( $_REQUEST, 'edd-api', null );
}
if ( $short ) {
$ok = false;
} else {
Expand Down

0 comments on commit 319353e

Please sign in to comment.