mfn_opts_get always returns http on httpS website, breaking httpS/SSL with mixed content error
Latest betheme + wordpress
Doing some debugging:
mfn_opts_get( 'logo-img', THEME_URI .'/images/logo/logo.png' );
THEME_URI
https://test.com/wp-content/themes/betheme
the mufn_opts_get should return a httpS url and not a http url.
his is causing maltiple ssl issues with mixed content (non https content)
Comments
you probably uploaded images when http:// was activated. This is the reason why it is http:// now. You should switch to https:// and upload all media with https:// if you want to get this one. This is how it works.
Thanks!
mfn_opts_get() is stored in the database but it's serialized so you won't see any content. But you can use Mfn CB Migrate Tool to change paths.