I can’t use it with bedrock
-
hi, in your code you use ABSPATH to link the external source.
In bedrock(Trellis) you can’t use it,
i edited your code in my plugin:
BEFORE
$file = ABSPATH . $file;
AFTER
$file = WP_CONTENT_DIR . ‘/’ . $file;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘I can’t use it with bedrock’ is closed to new replies.