Skip to content
View GitaStreet's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Nørresundby, Denmark
Block or Report

Block or report GitaStreet

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
GitaStreet/README.md

👋 Hi | Hej | Bonjour | Γεια σου | Aluu | नमस्ते | 你好

  • 🔭 I’m currently working on my GitHub profile
  • 🌱 I’m currently learning JavaScript and Devanagari Script
  • 👯 I’m looking to collaborate on ...
  • 🤔 I’m looking for help with ...
  • 💬 Ask me about ...
  • 📫 How to reach me: ...
  • 😄 Pronouns:
  • ⚡ Fun fact: ...

Pinned

  1. https://twitter.com/GitaStreet/statu... https://twitter.com/GitaStreet/status/1112847878836371456
    1
    <?php
    2
    /**
    3
     * Plugin Name: CSS Variables Test
    4
     */
    5
    add_action(
  2. _s _s Public

    Forked from Automattic/_s

    Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme …

    CSS 1

  3. themes themes Public

    Forked from Automattic/themes

    Free WordPress themes made by Automattic for WordPress.org and WordPress.com.

    CSS 1

  4. WordPress: Set number of post revis... WordPress: Set number of post revisions and autosave interval
    1
    /**
    2
    * wp-config.php between these comments:
    3
    * /* Add any custom values between this line and the "stop editing" line. */
    4
    *
    5
    * /* That's all, stop editing! Happy publishing. */
  5. WordPress: Remove a lot of bloat fro... WordPress: Remove a lot of bloat from the source code. Place the code in your themes' functions.php or in your WordPress plugin
    1
    
                  
    2
    remove_action( 'wp_head', 'wlwmanifest_link');
    3
    remove_action('wp_head', 'wp_generator');
    4
    remove_action('wp_head', 'rsd_link');
    5