Not working when using shared plugin folder
-
Hi,
The plugin fails to include the widget and functions php files when WordPress is configured to use a shared wp-content folder.
Here is the fix (lines 32/33 of the plugin php file):
require(plugin_dir_path( __FILE__ ) . '/widget.php'); require(plugin_dir_path( __FILE__ ) . '/functions.php');
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Not working when using shared plugin folder’ is closed to new replies.