SnipKit
CSS GeneratorsLayout & SizingColor ToolsCode UtilitiesWordPressBlog
SnipKit

Code snippets that actually work. Finally.

Tools

  • CSS Generators
  • Layout & Sizing
  • Color Tools
  • Code Utilities
  • WordPress

Resources

  • Blog
  • About
  • Contact
  • Privacy
  • Terms

© 2026 SnipKit · Built by Jeremiah Ruanes

This site uses Google Analytics to measure traffic. See the privacy policy for details.

SnipKitBlog

Blog

Notes from building dev tools, working with WordPress, and shipping side projects.

Honest write-ups on what worked, what didn't, and the bits I had to look up twice.

4 posts
Alllayoutcsswordpresscolorcode
wordpress·JRJeremiah Ruanes

Building a WordPress Plugin Settings Page the Modern Way

Replace the old PHP form with a REST-backed settings page using register_setting(), @wordpress/components, apiFetch, and native admin notices.

9 min read
wordpress·JRJeremiah Ruanes

WordPress 7.0 AI Client: How Plugin Developers Should Migrate

Replace custom AI plumbing with WordPress 7.0’s core AI client, then add feature checks, access control, and REST endpoints the right way.

10 min read
wordpress·JRJeremiah Ruanes

wp-config.php: 12 Essential Settings for WordPress Developers

Unlock the full potential of WordPress with these 12 wp-config.php settings every developer should master for optimal site performance and security.

10 min read
wordpress·JRJeremiah Ruanes

Building a Custom Gutenberg Block with the REST API

Explore how to build custom WordPress blocks using the latest REST API features, enhancing your development skills and site functionality.

10 min read