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-post-table.php add-filters-to-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. 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

  4. 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

  5. compass-slack-bot compass-slack-bot Public

    An AI bot that will guide you through the stormy seas aboard the Stuurlui ship.

    JavaScript 1

  6. export-gravity-to-php export-gravity-to-php Public

    A WordPress plugin that allows you to export your Gravity Forms forms to PHP code.

    PHP 3