Skip to content

Instantly share code, notes, and snippets.

View sajjadcodes's full-sized avatar
🌴
Living somewhere in the palm trees jungle

Sajjad Hussain sajjadcodes

🌴
Living somewhere in the palm trees jungle
View GitHub Profile
@klihelp
klihelp / kli-plugin-isolation.php
Created March 12, 2014 12:48
WordPress Plugin Isolation helper
<?php
/**
* WordPress Plugin Isolation helper
* This helps your plugin/theme to have isolated webpages, keeping only your organized prefixed hooks.
* @package Hashtagg
* @subpackage Base
* @author Klipolis
* @copyright 2014 Klipolis
* @since 0.1.0
* @version 0.1.0
@Rarst
Rarst / r-debug.php
Last active June 12, 2025 01:56
R Debug (set of dump helpers for debug)
<?php
/*
Plugin Name: R Debug
Description: Set of dump helpers for debug.
Author: Andrey "Rarst" Savchenko
Author URI: https://www.rarst.net/
License: MIT
*/