79322852

Date: 2025-01-02 05:40:58
Score: 0.5
Natty:
Report link

You are trying to load server inner path in the url, you need to use plugin_dir_url instead of plugin_dir_path

define('APV_PLUGIN_DIR', plugin_dir_url(__FILE__));
define('BUILD_DIR', APV_PLUGIN_DIR . 'build/');
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tomer Ofer