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
- WP Mail SMTP Plugin Fails Certificate Verification [closed]
- Is SSL connection of plugins default?
- Best practice way to delete user meta data during plugin uninstall?
- Disable saving comment details (name, e-mail) in cookie?
- Tag selector like stackexchange?
- $woocommerce->cart is null inside WordPress Rest API
- WordPress shortcodes & performance
- How does wordpress distinguish a plugin’s main php file from other php files? [duplicate]
- Plugin: How should I handle deleting comments?
- wordpress plugin that show my reputation (points) in any stackexchange project in my wordpress blogs
- Getting the Product object in a custom loop
- Why was my plugin rejected from the WordPress.org repository?
- Disallow authors to edit/delete their own or other published posts
- how to retrieve wordpress event manager plugin’s event detail using php? [closed]
- how to Include json manifest file in wp plugin
- Internal Linking Plugin or code
- WordPress Ecommerce Chase Paymentech Integration
- Custom CSS for plugin form
- Theme’s default styles are overriding my plugin’s custom CSS
- I changed my site from HTTPS back to HTTP and now it is broken- Cannot access Admin panel on HTTP URL
- Unable to override pluggable function wp_mail
- Avoid class name collision when using third party libraries in plugins?
- How to set taxonomy in custom plugin?
- Disqus deleted comments are syncing with wordpress but active comments do not
- SQL to order by CPT results by user->display_name w/only user->ID known
- Plugin development: Buggy plugin preview
- Mq translate plugin custom post type issue
- Procedural Question on Plugin Installation
- Render custom php template into string
- plugin code is pulling information from database in one instance and not in other. What is wrong?
- How to apply next/previous classes to LIs for pagination links?
- Socialite WP plugin, unable to obtain API keys from FB
- WordPress reliability
- Include a php file from another plugin
- How to create wordpress widget that is fixed position on the home page
- Too many login attempts
- Can the uniqueness of the plugin file/plugin slug and version number be trusted?
- How can I fetch data from another website to my wordpress website with mysql database
- How to translate WP Blog (search, category etc.)?
- How can I concatenate variables to search results title? [closed]
- Sending customer an email with link to stripe to make payment
- How to pass a query string to another page on the same site?
- How can I add a fixed vertical menu to my site? [closed]
- WordPress plugin: efficient way to store large data
- The Events Calendar Plugin – List View Background Colour Issue [closed]
- Create a link which allows visitors to disable a plugin?
- wordpress plugin to manage the layout/design of a theme
- Seperate plugin and theme files
- get_post_meta shortcode returns empty field
- create pages automatically and dynamically in wordPress
- Removing Plugin Action via Theme for Non-admins
- How to disable/enable PHP plugin functionality based on a TinyMCE toggle-button
- How to give .html extension to just one post not all post
- Override filter variable not working
- Using Widget Logic to place menu on multiple pages?
- Creating wordpress admin page panel [Theme Option]
- ‘Easy Template Path Hints’ for WordPress?
- datetime jquery UI not showing after theme update
- Yoast Seo Plugin meta title not showoing [closed]
- Why doesn’t a form need an ‘action’ with a plugin that uses the post data?
- Ajax return 0 in plugin – ajax only used in wp-admin
- URL RewriteRule doesn’t work when using WP Database Participants in my WordPress website
- Contents are missing but shown when switching to another theme in wordpress
- product_tag to style an image
- Extra Text in Home URL
- Questions about using Disqus or Jetpack for comments [closed]
- Any plugin/theme available which suits my requirement? [closed]
- I start to make custom plugin but for some reason is not working, i get no error. Can someone help me? Thanks
- Is there a membership plugin which offers the ability to hide content based on css rules?
- How to use Rewrite Tag Parameters in URL-rewritten Page’s Titles (META & H1)?