Skip to content
View tomdevisser29's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report tomdevisser29

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. add-filters-to-admin-post-table.php add-filters-to-admin-post-table.php
    1
    <?php
    2
    add_action( 'restrict_manage_posts', 'toms_admin_filters', 10, 2 );
    3
    add_action( 'pre_get_posts', 'toms_filter_posts', 10, 1 );
    4
    add_filter( 'posts_join', 'toms_posts_join', 10, 2 );
    5
    add_filter( 'posts_where', 'toms_posts_where', 10, 2 );
  2. EventEmitter.js EventEmitter.js
    1
    export default class EventEmitter {
    2
      constructor() {
    3
        // Initialize the callbacks storage with a default "base" namespace.
    4
        this.callbacks = {
    5
          base: {},
  3. toms-acf-fields toms-acf-fields Public

    A WordPress plugin that adds extra ACF field types, including improved URL and phone fields, extending the capabilities of the base plugin.

    PHP 3

  4. stuurlui-cron-manager stuurlui-cron-manager Public

    A WordPress plugin designed to simplify the creation and management of cron jobs, ideal for handling large imports, bulk actions, or API integrations.

    PHP 1

  5. gitlab-bulk-updater gitlab-bulk-updater Public

    A JavaScript-based CLI tool designed to search and replace file content across all your GitLab repositories, providing a fast and efficient way to manage changes at scale.

    JavaScript 1

  6. toms-events toms-events Public

    This plugin introduces a custom Event post type, enabling you to display the same event multiple times in a query for different dates. It achieves this by utilizing a hidden post type for managing …

    PHP 1