Skip to content
View cleverinx's full-sized avatar
Block or Report

Block or report cleverinx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. sage-timber sage-timber Public

    Sage starter theme with twig/timber

    JavaScript 2

  2. wp-plugin-starter wp-plugin-starter Public

    Forked from joshcummingsdesign/wp-plugin-starter

    A starter kit for building WordPress plugins.

    PHP

  3. investment-cpt investment-cpt Public

    PHP

  4. beer-reviews beer-reviews Public

    PHP

  5. Custom Wordpress Sub-Menu Walker Custom Wordpress Sub-Menu Walker
    1
    
                  
    2
    class custom_sub_walker extends Walker_Nav_Menu {
    3
    
                  
    4
    	public function start_lvl( &$output, $depth = 0, $args = array() ) {
    5
    		$indent = str_repeat( "\t", $depth );