SAML-Toolkits / wordpress-saml

OneLogin SAML plugin for Wordpress
MIT License
65 stars 74 forks source link

Fix paths and base of urls. #1

Closed pitbulk closed 10 years ago

pitbulk commented 10 years ago

URLs to plugin files should use WordPress's plugins_url() function instead of assuming the plugin is in the wp-content directory.

Paths to plugin files should be relative to the plugin directory, no absolute paths that assume the plugin is in the wp-content directory.

Reported by Steelcase dev team.