Skip to content

Instantly share code, notes, and snippets.

View ysidro's full-sized avatar

Ysidro Almonte ysidro

View GitHub Profile
@Klerith
Klerith / flutter-instalaciones.md
Last active December 2, 2025 18:55
Instalaciones del curso de Flutter - Móvil de cero a experto
@Dreamelf
Dreamelf / Uikit 3.0 walker wordpress menu
Last active September 3, 2023 12:45
UIkit 3.0 wordpress menu
<?php
/**
* Class Name: your_themename_top_menu
* Description: A custom WordPress nav walker class to implement UIkit menu markup
*/
class your_themename_top_menu extends Walker_Nav_Menu {
/**
* @see Walker::start_lvl()
* @since 3.0.0
@mfields
mfields / theme-options.php
Created January 31, 2013 01:12
Sample theme options page for WordPress Themes.
<?php
/**
* _s Theme Options
*
* @package _s
* @since _s 1.0
*/
/**
* Register the form setting for our _s_options array.