wp-https-domain-alias
wp-https-domain-alias copied to clipboard
This plugin allows your site to fall back to a secure HTTPS domain when a certificate is not available.
https://github.com/Seravo/wp-https-domain-alias/blob/master/https-domain-alias.php#L195
https://github.com/Seravo/wp-https-domain-alias/blob/master/https-domain-alias.php#L82
https://github.com/Seravo/wp-https-domain-alias/blob/master/https-domain-alias.php#L112 has a call to wp_get_sites() However, wp_get_sites defaults to max 100 sites https://core.trac.wordpress.org/browser/tags/4.4.2/src/wp-includes/ms-functions.php#L2435
I'm running WordPress (4.3.1) single site installation which uses following plugins: ``` | bbpress | 2.5.8 | | https-domain-alias | 1.3.1 | | redux-framework | 3.5.8.1 | | woocommerce |...
I've been trying to get this SSL-only-for-admin configuration working for my Multisite installation, and I think that this plugin could be my savior, but it doesn't appear to be working...
Many plugins utilize the /wp-admin/admin-ajax.php to do API requests. Unfortunately [official WP documentation](http://codex.wordpress.org/AJAX_in_Plugins#Separate_Javascript_File) recommends this as the way to define the URL of the admin-ajax.php: ``` admin_url( 'admin-ajax.php' ) ```...
When users edit posts or create other content while using a HTTPS Domain Alias protected admin area, the urls in default WordPress will have the format 'https://site.example.com/wp-content/uploads/image.png' et cetera. This...
wp_upload_dir() return values seem not to be affected by the domain alias setting. This needs further inspection.