by Carl | Nov 18, 2018 | PHP, WordPress tips
There are many ways of architecting software. There are many ways of organising code. When an architect (in this case Software engineer or programmer) decides to create a plugin, he/she must decide how they’re going to organise the logic of the code. In the Single...
by Carl | Apr 13, 2017 | WordPress tips
Sometimes, you think updating your plugins will be a simple click and forget process. Most of the times, this is the case, other times, problems arise. If you click on the update plugin button, and you get a “Fatal error: Cannot redeclare class” message,...