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

Block or report paperbonsai

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. wp-automated wp-automated Public

    This code automates the process of downloading, extracting, and setting up the latest version of WP

    PHP 4 3

  2. tinder_autoliker tinder_autoliker Public

    The script automatically likes 80% of the profiles and dislikes 20% at random intervals between 1 and 4 seconds.

    JavaScript 1

  3. breakdance-hide-topbar breakdance-hide-topbar Public

    Enhance your Breakdance Builder experience with this plugin. Always show left and right areas, hide topbar and more...

    3 1

  4. This code defines a custom widget fo... This code defines a custom widget for the Elementor page builder plugin in WordPress, which extends Elementor's existing Shortcode widget. The purpose of this custom widget is to provide a more convenient way for users to insert predefined shortcodes while editing their pages with Elementor.
    1
    add_action('elementor/elements/elements_registered', function () {
    2
    	if (!\Elementor\Plugin::$instance->editor->is_edit_mode()) {
    3
    		return;
    4
    	}
    5