As a test I`ve decided to try Bitbucket instead of GitHub to host PowerPack.
The old path was: github.com/Ramoonus/Powerpack
The new path is: bitbucket.org/ramoonus/powerpack
As a test I`ve decided to try Bitbucket instead of GitHub to host PowerPack.
The old path was: github.com/Ramoonus/Powerpack
The new path is: bitbucket.org/ramoonus/powerpack
To use legacy (Windows XP-7) FireWire drivers on Windows 8, 8.1 and 10, you have to install KB2907191 and manually select to use these drivers for your product. This driver is installed in c:\program files (x86)\1394 OHCI Compliant Host Controller (Legacy)
To fix error 0x80070643 of the Windows 10 build 1151 KB3122947, run the following command as administrator:
dism /online /add-package /packagepath:C:\Windows\SoftwareDistribution\Download\c4a1b8896ce9fbfea96c1ee6890d52a5\windows10.0-kb3122947-x64.cab
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' );