This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * Plugin Name: Resume Counter | |
| * Description: Count total resume views. | |
| * Version: 1.1 | |
| * Author: Insik Ham | |
| */ | |
| register_activation_hook( __FILE__, 'src_create_table' ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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() { |