Pinned Loading
-
wp-automated
wp-automated PublicThis code automates the process of downloading, extracting, and setting up the latest version of WP
-
tinder_autoliker
tinder_autoliker PublicThe script automatically likes 80% of the profiles and dislikes 20% at random intervals between 1 and 4 seconds.
JavaScript 1
-
breakdance-hide-topbar
breakdance-hide-topbar PublicEnhance your Breakdance Builder experience with this plugin. Always show left and right areas, hide topbar and more...
-
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. 1add_action('elementor/elements/elements_registered', function () {
2if (!\Elementor\Plugin::$instance->editor->is_edit_mode()) {
3return;
4}
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.