static function init() { self::$_dir = str_replace('\\', '/', dirname(__FILE__)); $wp_content_dir = str_replace('\\', '/', WP_CONTENT_DIR); $relative_url = str_replace($wp_content_dir, '', self::$_dir); $wp_content_url = is_ssl() ? str_replace('http://', 'https://', WP_CONTENT_URL) : WP_CONTENT_URL; self::$_url = $wp_content_url . $relative_url; self::$_themepath = str_replace('\\', '/', dirname(dirname(__FILE__))); }