-
Beta Was this translation helpful? Give feedback.
Answered by
fredden
Jan 7, 2025
Replies: 1 comment 3 replies
-
I've been able to reproduce the non-output with the following {
"require-dev": {
"squizlabs/php_codesniffer": "3.11.2"
},
"require": {
"freemius/wordpress-sdk": "2.10.1"
}
} At the top of if ( ! defined( 'ABSPATH' ) ) {
exit;
} This is being called with the following stack trace:
This commit seems to have introduced the bug by asking Composer to always load the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
fredden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been able to reproduce the non-output with the following
composer.json
content. If I don't include thefreemius/wordpress-sdk
package, then all works as expected.At the top of
start.php
there's this code, which terminates the process.This is being called with the following stack trace: