Skip to content
View manishsongirkar's full-sized avatar
  • rtCamp
  • Pune, India
  • 11:07 (UTC +05:30)

Organizations

@rtCamp

Block or report manishsongirkar

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
manishsongirkar/README.md

Hello, I'm Manish 👋

manishsongirkar's GitHub Stats

GitHub Streak

Top Langs

Pinned Loading

  1. Add Custom input field in media uplo... Add Custom input field in media uploader.
    1
    /**
    2
     * Add Photographer Name and URL fields to media uploader
    3
     *
    4
     * @param $form_fields array, fields to include in attachment form
    5
     * @param $post object, attachment record in database
  2. Gutenberg Block List Gutenberg Block List
    1
    // All block lists.
    2
    wp.blocks.getBlockTypes();
    3
    
                  
    4
    // All Core blocks only.
    5
    wp.blocks.getBlockTypes().filter((block) => { return block.name.indexOf('core') !== -1});
  3. WordPress Toggle Admin Bar WordPress Toggle Admin Bar
    1
    <?php
    2
    /**
    3
     * Plugin Name: WP Toggle Admin Bar
    4
     * Plugin URI:  https://rtcamp.com/
    5
     * Description: A simple plugin to toggle the WordPress admin bar visibility for logged-in users.
  4. lighthouse-automation-suite lighthouse-automation-suite Public

    Automated Lighthouse performance analysis with Python. Batch URL testing, Core Web Vitals monitoring, Full HD screenshots & clean CSV/HTML reports.

    Python

  5. wp-db-import-and-domain-replacement-tool wp-db-import-and-domain-replacement-tool Public

    A comprehensive WordPress database import and domain replacement tool with full multisite support. Automates the complex process of migrating WordPress databases from production to local/staging en…

    Shell 1

  6. stage-file-proxy stage-file-proxy Public

    Forked from alleyinteractive/stage-file-proxy

    Mirror (or header to) uploaded files from a remote production site on your local development copy. Saves the trouble of downloading a giant uploads directory without sacrificing the images that acc…

    PHP 1