-
Stuurlui
- Utrecht, The Netherlands
-
14:51
(UTC +01:00) - https://linktr.ee/tomdevisser
Pinned Loading
-
add-filters-to-admin-post-table.php
add-filters-to-admin-post-table.php 1<?php
2add_action( 'restrict_manage_posts', 'toms_admin_filters', 10, 2 );
3add_action( 'pre_get_posts', 'toms_filter_posts', 10, 1 );
4add_filter( 'posts_join', 'toms_posts_join', 10, 2 );
5add_filter( 'posts_where', 'toms_posts_where', 10, 2 );
-
EventEmitter.js
EventEmitter.js 1export default class EventEmitter {
2constructor() {
3// Initialize the callbacks storage with a default "base" namespace.
4this.callbacks = {
5base: {},
-
toms-acf-fields
toms-acf-fields PublicA WordPress plugin that adds extra ACF field types, including improved URL and phone fields, extending the capabilities of the base plugin.
PHP 3
-
stuurlui-cron-manager
stuurlui-cron-manager PublicA WordPress plugin designed to simplify the creation and management of cron jobs, ideal for handling large imports, bulk actions, or API integrations.
PHP 1
-
gitlab-bulk-updater
gitlab-bulk-updater PublicA 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
-
toms-events
toms-events PublicThis 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
If the problem persists, check the GitHub status page or contact support.