FILE_EXISTS doesn't works in wordpress…pls help me!
-
I need some help please with file_exists function that doesn’t works. I can’t figure it out why. I think my code is correct. Please help me!
my code is:
<?php if ( file_exists( "https://localhost/turbo/wp-content/uploads/car.jpg" ) ) { echo 'image exists'; } else {echo 'image not found';} ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘FILE_EXISTS doesn't works in wordpress…pls help me!’ is closed to new replies.