This sounds like a bug in the plugin, and they should fix it. But if they don’t, you can always add a filter to home_url
and change all http:// to https:// like so:
add_filter( 'home_url', 'wpse_259675_home_url', 1000, 4 );
function wpse_259675_home_url( $url, $path, $orig_scheme, $blog_id ) {
return str_replace( 'http://', 'https://', $url );
}
Related Posts:
- Is the WordPress HTTPS Plugin Still Safe To Use? [closed]
- Enable Full SSL for WordPress
- How can I make uploaded images in the editor load with HTTPS?
- How can I fix the mixed content problems of the kk star ratings plugin?
- How do I secure a subdomain using UCC SSL?
- How can I make an Ajax login form work with FORCE_SSL_ADMIN enabled?
- SSL redirect loop using WordPress HTTPS Plugin
- Remove Google Fonts Which Are (Probably) Added By Plugins
- How can I force users to a particular subdomain to log in for MU (Multisite)?
- Troubleshooting Plugins.php HTTP install path vs. a HTTPS for a single Plug-In
- Edit External CSS
- redirected you too many times
- How do I convert my WordPress website to be domain agnostic?
- HTTPS connection with wampserver for “Facebook for WordPress” plugin
- Is it safe to use Web Invoice 2.1.0 without SSL?
- www redirects to another directory in wordpress
- Mixed content error after adding SSL certificate
- why is my wordpress not loading any images?
- Site navigation from Google not using HTTPS for some resources, causing redirect loop
- https rewrite not working for All in one security Brute force > rename login url
- Why my multisite is this slow? (stats inside)
- How do I locate specific part of code that affects ssl?
- installed WordPress but can’t upgrade or add plugins due to webdav https?
- How do I locate specific file in a post that affects ssl?
- Duplicator live to wamp https to http
- Theme causing SSL break on chrome
- Mixed content warning on doctype in admin
- SSL not working for checkout
- Issues with installing python libraries on Windows : CondaHTTPError: HTTP 000 CONNECTION FAILED for url
- Can I upgrade a plugin to a specific version?
- Get plugin_dir_url() from one level deep within plugin
- How to have WordPress send a user confirmation/validation email on signup
- After updating site to use SSL all images in posts point to http://
- How do I disable a plugin enforced by my host (in mu-plugins)?
- Do Plugins effect site loading time?
- How to place random widgets in the WordPress sidebar?
- Auto login using Active Directory and Windows Authentication
- Plugin search sorting for admin section – WordPress [duplicate]
- How to disable autocomplete for inputs in contact form 7? [closed]
- Determining where fopen() is writing files when used from WordPress AJAX call [closed]
- Plugin Functionality Only for Editor and Administrator
- Plugin to hide admin menu (vertical menu bar)
- Building WordPress Plugin Using FPDF – How do you get post content from currently viewed post?
- Storing Email Account Passwords for SMTP Mailing for a WordPress Plugin
- Do you clean up your self-written plugins’ at deactivation?
- PHP Fatal error: Call to undefined function plugin_basename
- Restored WordPress on new Server – Can’t auto-update plugins
- How many SQL queries WP Super Cache make to serve cached page?
- omit / remove ” from category list
- Is any information available in PHP files in WP about plugin activation history?
- Download any file after submitting a form [closed]
- Use flash on a wordpress site as a widget
- remove_section in a plugin
- How to export all content with feature images?
- Cron Job not working in plugin
- this jQuery function works perfect in static html page but not on wordpress
- Run a plugin just ‘once’ per page reload
- Is it possible for a plugin to force reading and writing of uploaded images to a database instead of to a filesystem?
- $wpdb update query in plugin only updating one column
- Cropping images from top center using Jetpack Photon
- Generate HTTPS Urls in multisite
- How to limit image size for the entire website ? But without editing the post (css/plugin?!)
- Set Multiple Meta Values as an Array Using dispatch( ‘core/editor’ ).editPost() Call in Gutenberg/JS
- Minimize and Uglify WordPress Plugin Files
- Post deleted in trash [closed]
- WordPress API functions not working at AJAX functions.php call
- How do I show content from a plugin using the template the site is currently working with?
- WP audio video player with previous next options
- Interface needed to transfer contents in a table on a web page to the Add New Product interface
- Need to setup grid like thumbnail of recent posts on sidebar
- Advanced Custom Fields Plugin – Images not displaying
- page duplication on wordpress that wont stop
- Need help with Task assigning and rewarding as currency which withdrawable
- Hide content for specific users with id
- adding dynamic/multiple slug values in ‘option_none_value’
- Getting unknown text in footer of email
- Dynamical slug on custom post type
- Compare Ajax Data Results
- WordPress delete cookie
- Convert slugs on post publish
- WordPress Add advertising ads befor and after content with periority [closed]
- Upload image to wordpress using ionic/cordova with WP REST API V2
- woocommerce blank page after clicking add to cart [closed]
- Working plugin code breaks admin
- WordPress automatic plugin update
- Use wordpress for school results?
- How to list posts that appear in two categories
- Woocommerce Bookings – Resource needs to be allocated for part of the booking duration, not the whole booking
- Load my plugin before cache
- How to get current template file used by WordPress?
- Is it possible to debug plugins with Xcode?
- Plugin link does not appear in my toolbar
- Supersize plugin error in internet explorer 7 and 8 [closed]
- Editing a theme
- woocommerce create subscription for user using functions / hooks provided
- Check Plugins in Use by Mutli Site Network
- Plugin with Fatal error
- Uncaught Error: Cannot use object of type stdClass while showing the list using WP_List_Table
- Select posts from list and add them in a new list
- Plugin to transfer new/updated files from media library in “/wp-content/uploads/” between prod environment and preprod environment?