plugin path url issue
-
The current wp_register_style function contains an incorrect path. You are using plugins_url but aren’t registering the actual directory of the plugin. My suggestion is to use plugin_dir_url( __FILE__ ) instead. That way it grabs the correct file URL and actually loads the necessary files. 🙂
https://wordpress.org/plugins/gravity-forms-bootstrap-3-style/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘plugin path url issue’ is closed to new replies.