apermo - Overview

Pinned Loading

  1. This is a WordPress plugin, that adds links between your different development versions of your website.

    PHP 7 4

  2. 3

    // File is older than 1 hour, better delete this.

    4

    if ( filemtime( __FILE__ ) + 3600 < time() ) {
  3. 3

     * Plugin Name: User Migration CLI Command (MU)

    4

     * Author: Christoph Daum

    5

     * Author URL: https://christoph-daum.com
  4. 2

    add_filter( 'heartbeat_settings', 'filter_heartbeat', 10, 1 );

    5

     * Filter the heartbeat interval based on the current request.
  5. Extended 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…

    PHP 2 2

  6. Educational 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…