Skip to content

Instantly share code, notes, and snippets.

View krystyna93's full-sized avatar
🏠
Working from home

krystyna krystyna93

🏠
Working from home
  • Victoria, Australia
View GitHub Profile
@krystyna93
krystyna93 / file.txt
Created April 21, 2025 09:41
classic themeing reference notes
Classic theming
-----
Custom WordPress Widget Plugin Example: Display the Current Day, Month, and Year, w/Dropdown Option To Select Date Format
Custom WordPress Widget Example: Greetings message w/strip_tags() and isset()
Wordpress customizer selective refresh what is it/how to use it
Custom WordPress Simple Date Widget
@krystyna93
krystyna93 / app.js
Last active April 21, 2025 09:39
classic themeing: webpack sample gist
import './scss/style.scss';
// Example jQuery usage:
$(document).ready(() => {
$('h1').css('color', 'red');
});