My WordPress plugins are tested and compatible with PHP 7.0
If you do find any bug, please let me know using the contact form.
My WordPress plugins are tested and compatible with PHP 7.0
If you do find any bug, please let me know using the contact form.
When your WordPress installation has problems with updating and retrieving files over SSL, because of outdated certificates, you can bypass this.
It`s actually a workaround, not a fix!
Just place the following code in your theme or plugin
// SSL fix
add_filter( 'https_ssl_verify', '__return_false' );
add_filter( 'https_local_ssl_verify', '__return_false' );
This short walkthrough describes how to install the Linux Kernel 4.3 on Ubuntu Linux.
This guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint. The included kernel files have been compiled using the generic Ubuntu configuration.
Installation Guide (GUI)
sudo update-grub
I will post the latest version of the 4.3 branch and 4.4 release candidates in comments below.
Starting 1 october 2015, I will not support these WordPress Plugins:
Instead I will integrate them into my PowerPack plugin, and will offer support on that instead.
This short walkthrough describes how to install the Ubuntu Linux Kernel 4.2 (server and desktop/client) without compiling.
This guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Mint. The included kernel files have been compiled using the generic Ubuntu configuration. The general packages are available for 32 bits systems (I386+) and 64 bits (AMD64). I will not provide low latency versions or ARMHF this time.
Installation Guide (GUI)
sudo update-grub
I will post the latest version of the 4.2 branch and 4.3 release candidates in comments below.