SAML-Toolkits / wordpress-saml

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

use WP to determine wp-content path #29

Closed jazzsequence closed 7 years ago

jazzsequence commented 7 years ago

there's no guarantee that wp-content will be off the root directory or that it will even be named wp-content or that the path to the plugins directory even sits inside wp-content. Better to use WordPress's built-in functions to determine the correct path.