Senior Software Developer / WordPress Expert / WordCamp Speaker / Mac Enthusiast
Pinned Loading
-
apermo-adminbar
apermo-adminbar PublicThis is a WordPress plugin, that adds links between your different development versions of your website.
-
A small snippet around the phpinfo()...
A small snippet around the phpinfo(); to have a self destructing phpinfo that deletes itself if older than one hour. 1<?php23// File is older than 1 hour, better delete this.4if ( filemtime( __FILE__ ) + 3600 < time() ) {
5unlink( __FILE__ );
-
Anonymizing WordPress Database
Anonymizing WordPress Database 1<?php2/**3* Plugin Name: User Migration CLI Command (MU)4* Author: Christoph Daum5* Author URL: https://christoph-daum.com -
filter-heartbeat.php
filter-heartbeat.php 1<?php2add_filter( 'heartbeat_settings', 'filter_heartbeat', 10, 1 );
34/**5* Filter the heartbeat interval based on the current request. -
coding-pioneers/xhprof-toolset
coding-pioneers/xhprof-toolset PublicExtended XHProf for WordPress logs the URL, referrer, all database queries, and HTTP requests for each profiled request. Unlike standard XHProf, this tool lets you easily identify which requests an…
-
code-quality-talk
code-quality-talk PublicEducational code examples for "Who Needs Code Quality Anyway?" - A WordPress-focused talk demonstrating common bad practices and their improved alternatives. Covers modern PHP, security, architectu…
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




