Proper function when content directory outside of WordPress default files
-
Hi there,
For workflow and deployment reason, I keep my “content” directory in my site folder alongside “wordpress” default files.
I had to tweak this plugin in two parts in the inc/shortcode.php file, as the file calls for get_bloginfo( ‘url’ ) /wp-content/… a couple of times.
According to the Codex you should avoid hard-coding to wp-content whenever possible.
I would recommend plugins_dir(), plugins_dir_path() or plugins_dir_url().
Thank you.
- The topic ‘Proper function when content directory outside of WordPress default files’ is closed to new replies.