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
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 |
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
import './scss/style.scss'; | |
// Example jQuery usage: | |
$(document).ready(() => { | |
$('h1').css('color', 'red'); | |
}); |