Skip to content

Instantly share code, notes, and snippets.

View ih284's full-sized avatar

Insik Ham ih284

View GitHub Profile
@ih284
ih284 / gist:267dc276521f989f4c1232d5baebb685
Last active April 9, 2026 14:43
WP plugin - resume counter
<?php
/*
* Plugin Name: Resume Counter
* Description: Count total resume views.
* Version: 1.1
* Author: Insik Ham
*/
register_activation_hook( __FILE__, 'src_create_table' );
@ih284
ih284 / gist:ac39006821846c040d81a456874be5a0
Created April 9, 2026 14:39
WP plugin - stack slider
<?php
/**
* Plugin Name: Tech Stack Infinite Slider
* Author: Insik Ham
* Description: Java, Spring, MySQL, WordPress icons sliding infinitely.
* Version: 1.0
*/
function tech_stack_slider_shortcode() {