About

Amateur hobbyist

21 Snippets
<10 Favourites
10+ Downloads

Dynamic year for inserting copyright using only html with inline js

Adjust the styling either inline or using css. Either automatically add this to your site-wide footer,…

Hide admin nags

.notice .is-dismissable { display: none; } /* In Wordpress, set this to be inserted into the…

Add dynamic copyright year

This shortcode will automatically add "Copyright © 2024" (or the current year).

Add dynamic copyright year (center) to footer

This shortcode will automatically add "Copyright © 2024" (or the current year) to the bottom of…

fullPage.js

Register and Enqueue fullPage.js library

WPCode Admin Number of Snippets (copy)

Change the number of snippets displayed in the admin list using a filter.

masonry.js

Register and Enqueue masonry.js library for grid layouts

fontfaceObserver.js

Detect if web fonts are available

Add Theme Supports

Reference: https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/#opt-in-features

1 2