Plugin hau ez da probatu WordPressen azken 3 bertsio garrantzitsuenekin. Baliteke, jada, mantentze edo euskarririk ez izatea, eta, WordPressen bertsio berriagoekin erabiltzen denean, bateragarritasun arazoak izan ditzake.

Https Switcher

Deskripzioa

This very simple plugin aims at avoiding mixed content when using https for wordpress sites.

Principle

When you are using HTTPS for browsing, all content resources will point to https. All ‘http’ references will be changed to ‘https’.

On the contrary, if you want HTTP browsing, all references will be changed to ‘http’, which can be useful if you are behind a proxy that filters https.

Instalazioa

Installation complexity is minimal :

  1. Upload https-switch.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

That’s all, folks.

Berrikuspenak

2016(e)ko urriaren 4(a) 1 reply
Thanks @janiko for creating this great plugin! It works fantastic on my sites and even your source code looks amazing. Well done!
2016(e)ko irailaren 27(a) 2 replies
Works fine but it conflicted with the XML sitemap generation of Yoast SEO. Yoast's XML was generating an extra blank line which caused an error in the browser, and it turns out that this plugin was the cause. In order to fix this, I edited the https-switcher/https-switcher.php file of this plugin and removed the last 2 blank lines after the closing php tag (?>). Please update your code by removing the blank lines at the end of the file. Thank you.
Irakurri 3 berrikuspenak

Laguntzaileak eta Garatzaileak

“Https Switcher” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.

Laguntzaileak

Itzul zaitez Https Switcher zure hizkuntzara.

Garapena interesatzen zaizu?

Araka kodea, begiratu SVN biltegia edo harpidetu garapen erregistrora RSS bidez.

Aldaketen loga

0.1

  • Initial version.

0.2

  • Some filters added

0.3

  • Remove unwanted spaces