Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

file_exists in wordpress

//we can't use file url in file_exists, use files absolute path in 
//file_exists function like this

file_exists( "/absolute/path/to/wp-content/uploads/Example_Name_2_SM.jpg" );
Source by wordpress.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #wordpress
ADD COMMENT
Topic
Name
2+7 =