Tagged Questions
0
votes
1answer
26 views
check if a file in a plugin folder exists from a locale installation
I need to check if a file exist in my plugin dir:
if (fileexists) {
...
}
else
{
...
}
However, if in place of fileexists I use file_exists(WP_PLUGIN_DIR . "/myplugin/myfile.ext") it returns ...