Skip to content
View creativepropulsions's full-sized avatar
🌐
Working from my own cloud
🌐
Working from my own cloud
Block or Report

Block or report creativepropulsions

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. PHP basic class PHP basic class
    1
    <?php 
    2
    // https://code.tutsplus.com/tutorials/object-oriented-php-for-beginners--net-12762
    3
    // http://php.net/manual/en/language.oop5.php:
    4
    class nameOfTheClass { 
    5
        
  2. Displaying custom menu with menu des... Displaying custom menu with menu descriptions and icons in a WordPress widget. http://sridharkatakam.com/display-custom-menu-menu-descriptions-icons-wordpress-widget/
    1
    //* Add walker class that displays (specific defined) menu item descriptions 
    2
    class Menu_With_Description extends Walker_Nav_Menu {
    3
    	function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0) {
    4
    		global $wp_query;
    5
    		$indent = ( $depth ) ? str_repeat( "\t", $depth ) : '';
  3. oddsized.github.io oddsized.github.io Public

    Oddsized - explore, design, build, educate - art, technology, code, robotics & philosophy

    CSS

  4. wp-plugin-bundle wp-plugin-bundle Public

    Forked from webbouwer/wp-plugin-bundle

    A plain WP plugin bundle list