-
Stuurlui
- Utrecht, The Netherlands
-
07:09
(UTC +02:00) - https://linktr.ee/tomdevisser
Pinned Loading
-
add-filters-to-post-table.php
add-filters-to-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 );
-
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
-
compass-slack-bot
compass-slack-bot PublicAn AI bot that will guide you through the stormy seas aboard the Stuurlui ship.
JavaScript 1
-
export-gravity-to-php
export-gravity-to-php PublicA WordPress plugin that allows you to export your Gravity Forms forms to PHP code.
PHP 3
-
mac-configuration-script
mac-configuration-script PublicThis script automates the setup of a MacBook for WordPress development, including the installation and configuration of essential tools like Composer, PHP_CodeSniffer, and WordPress Coding Standards.
Shell
If the problem persists, check the GitHub status page or contact support.