Skip to content

Instantly share code, notes, and snippets.

View nicksleap's full-sized avatar
😏
джаваскриптезер

Nicholay Portnov nicksleap

😏
джаваскриптезер
  • Freelancer
  • Tbilisi, Georgia
View GitHub Profile
@nicksleap
nicksleap / cookie-manager.ts
Last active March 24, 2025 14:36
CookieManager: A simple cookie handling utility in ts
@nicksleap
nicksleap / style-script-loader.php
Last active January 21, 2025 22:59
WordPress Helper Functions: Enqueue Styles and Scripts with Automatic Cache Busting
/**
* Includes CSS styles with automatic file version specification.
*
* @param string $name Unique style name for registration.
* @param string $path Path to style file relative to theme directory.
* @param array $dep List of dependent styles (empty by default).
* @return void|false Returns wp_enqueue_style() result or false if file not found.
*/
function theme_prefix_enqueue_style($name, $path, $dep = [])