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
- Sudden ERR_HTTP2_PROTOCOL_ERROR on every JS and CSS files loads
- WP_PLUGIN_URL equivalent
- WordPress Unbounce Plugin HTTPS not working [closed]
- WP Mail SMTP Plugin Fails Certificate Verification [closed]
- Is SSL connection of plugins default?
- Lets simple destroys website
- Change from blogger to wordpress
- Manage Inventory Without Displaying Levels
- which plugin is this? [closed]
- List all posts in a particular page [closed]
- Possible to add “Template” selector to pages? Is Any Plugins are There..?
- Count div with class (.length) only shows 0 [closed]
- Contact form 7 – How to send mail to two different E-mail Address [closed]
- Adding a script & php to functions.php
- Seo Problems in My meta Discription [closed]
- Divi Template A Few Questions
- how to show the data from a myqsl database in a post [closed]
- Trying to use wp_register_script/style and enqueu them from an array – getting an error [duplicate]
- registration plugin [closed]
- Which action/filter can i use for a Member Plugin [closed]
- Email Masking in widget
- iHow to redirect all http traffic to https now that a SSL certificate is added?
- Custom single-product page for product from category x
- FATAL ERROR: WP complains about redeclaration [closed]
- How to make 3 boxes like this screenshot has?
- Is there a way to stop the theme and especially plugins listed?
- Content expands beyond its column container [closed]
- How to force static assets with HTTP sources to load over HTTPS?
- Is it possible to know which menus are owned by a plugin?
- How to delete Password Protected posts cookies when a user logged out from the site
- I want to disable certain file types from upload from dokan description field
- WordPress Hooks : Where to place callbacks that repetitively yield the same effect?
- URL Redirect on GoDaddy platform [closed]
- How to create a custom wordpress plugin for a specific functionality?
- wordpress Ajax success doesn’t return the value
- Jquery post responses 500 error after some time and lastly an 503 error
- Plugin version number after code rewrite [closed]
- Passing an input variable through a switch statement
- How to debug periodic performance issue
- Override the plugin class and function
- Identifying Plugins Based on Tables [closed]
- How to host a WordPress plugin on my own server and provide updates?
- How to add a text in the checkout page woocomerce?
- Activate and deactivate two plugins automatically at certain hours
- How to display only one category posts on main page?
- How to escape html code?
- Check if plugin is being disabled
- Post sorting and ordering function in WordPress Admin is broken and always shows post from oldest to newest
- prevent contact form 7 from submission on certain condition
- add_image_size is not generatin images of correct dimensions
- How can I delete the options from DB when the plugin is deleted?
- register_activation_hook not working
- plugin translations not reflected in admin dashboard
- I am experiencing difficulty fulfilling client request
- How to edit a non logged in page?
- PHP Creating a formula from mysql db values and db stored math operator
- Elementor with system colors instead of kit colors [closed]
- How can I send api calls from my plugin?
- Predefine Product Variations for specific custom product type [closed]
- Hook automatic_updates_complete to autoupdate plugin
- Shortcode inside a redirect [closed]
- How to make horizontal scrolling menu [closed]
- How to open author url linked to a new tab in settings page in the WordPress plugin list
- Woocommerce Product Page Collapsible Box Using CSS
- Woocommerce Revenue
- Attachement title in wpallimport
- Change page content based on dropdown selection
- Create plugin with multiple blocks
- On the same site, how do I send data from a plugin file to a theme file?
- Different login and logout for wp-admin while using buddypress
- Block registration with viewScript
- Display out of stock products in WooCommerce [closed]