I want to require_once an html file from plugin directory of wordpress in the custom page of wordpress
i have tried
require_once(WP_PLUGIN_URL."/sinetiks-schools/images/t1.php");
but getting an error
require_once(): http:// wrapper is disabled in the server configuration by allow_url_include=0 i
Try this: