php - How to check theme has "Articles" folder in WordPress -
i working on plugin.
now hierarchy user install plugin , create folder "articles" in current theme. , function paste files in folder. don't point how can check theme has "articles" folder.
e.g.
if(current_theme_has_folder("articles")){ // } else{ // nil }
i want condition, can move files in folder.
you can use
file_exists()
, php function
to check folder
php wordpress wordpress-plugin wordpress-theming
No comments:
Post a Comment