php
-
Switch between PHP versions on Ubuntu
Multiple PHP versions can be installed next to each other. Easily switch between them with a2dismod and a2enmod. For instance; … Read more →
-
CMB2 new repeatable WYSIWYG fields not initializing
CMB2 is great for adding your own fields (custom meta boxes) to WordPress. When implementing a repeater group with a … Read more →
-
PHP7: twice as fast, half the memory consumption and… Spaceships!
PHP 7 is out and comes with a lot of improvements, new features and a new version of the Zend … Read more →
-
Laravel cheatsheet
Cheatsheet for Laravel, the open source PHP framework. From http://cheats.jesse-obrien.ca Artisan Composer Routing Filters Named Routes Route Prefixing Sub-Domain Routing … Read more →
-
Cleanup the head section HTML of a WordPress site
WordPress puts a lot of code in your head, some is useful, some might not be. Use this snippet to … Read more →
-
Adding MIME types to WordPress
Because of security reasons, WordPress has a whitelist of file types (so called MIME types) it allows you to upload … Read more →
-
Replace “Howdy” text in WordPress backend
WordPress welcomes a user in the English version of the backend with Howdy, [user] in the top right corner. Replace … Read more →