HEX
Server:
System: Linux aac286ea486c 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64
User: root (0)
PHP: 8.2.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,disk_free_space,diskfreespace
Upload Files
File: /dom877180/wp-content/plugins/indeed-membership-pro/assets/js/gutenberg_integration.js
/*
* Ultimate Membership Pro - Gutenberg
*/
"use strict";
var el = wp.element.createElement,
    registerBlockType = wp.blocks.registerBlockType,
    blockStyle = {};


registerBlockType( 'indeed-membership-pro/register-form', {
    title                 : 'UMP - Register Form',
    icon                  : 'universal-access-alt',
    category              : 'ihc-shortcodes',

    edit: function() {
        return el( 'p', '', '[ihc-register]' );
    },
    save: function() {
        return el( 'p', '', '[ihc-register]' );
    },
});

registerBlockType( 'indeed-membership-pro/login', {
    title                 : 'UMP - Login',
    icon                  : 'universal-access-alt',
    category              : 'ihc-shortcodes',

    edit: function() {
        return el( 'p', '', '[ihc-login-form]' );
    },
    save: function() {
        return el( 'p', '', '[ihc-login-form]' );
    },
});

registerBlockType( 'indeed-membership-pro/checkout', {
    title                 : 'UMP - Checkout Page',
    icon                  : 'universal-access-alt',
    category              : 'ihc-shortcodes',

    edit: function() {
        return el( 'p', '', '[ihc-checkout-page]' );
    },
    save: function() {
        return el( 'p', '', '[ihc-checkout-page]' );
    },
});

registerBlockType( 'indeed-membership-pro/thankyou', {
    title                 : 'UMP - Thank You Page',
    icon                  : 'universal-access-alt',
    category              : 'ihc-shortcodes',

    edit: function() {
        return el( 'p', '', '[ihc-thank-you-page]' );
    },
    save: function() {
        return el( 'p', '', '[ihc-thank-you-page]' );
    },
});

registerBlockType( 'indeed-membership-pro/logout', {
    title                 : 'UMP - Logout',
    icon                  : 'universal-access-alt',
    category              : 'ihc-shortcodes',

    edit: function() {
        return el( 'p', '', '[ihc-logout-link]' );
    },
    save: function() {
        return el( 'p', '', '[ihc-logout-link]' );
    },
});

registerBlockType( 'indeed-membership-pro/password-reset', {
    title                 : 'UMP - Password Reset',
    icon                  : 'universal-access-alt',
    category              : 'ihc-shortcodes',

    edit: function() {
        return el( 'p', '', '[ihc-pass-reset]' );
    },
    save: function() {
        return el( 'p', '', '[ihc-pass-reset]' );
    },
});

registerBlockType( 'indeed-membership-pro/user-page', {
    title                 : 'UMP - User Page',
    icon                  : 'universal-access-alt',
    category              : 'ihc-shortcodes',

    edit: function() {
        return el( 'p', '', '[ihc-user-page]' );
    },
    save: function() {
        return el( 'p', '', '[ihc-user-page]' );
    },
});

registerBlockType( 'indeed-membership-pro/subscription-plan', {
    title                 : 'UMP - Subscription Plan',
    icon                  : 'universal-access-alt',
    category              : 'ihc-shortcodes',

    edit: function() {
        return el( 'p', '', '[ihc-select-level]' );
    },
    save: function() {
        return el( 'p', '', '[ihc-select-level]' );
    },
});

registerBlockType( 'indeed-membership-pro/visitor-inside-user-page', {
    title                 : 'UMP - Visitor Inside User Page',
    icon                  : 'universal-access-alt',
    category              : 'ihc-shortcodes',

    edit: function() {
        return el( 'p', '', '[ihc-visitor-inside-user-page]' );
    },
    save: function() {
        return el( 'p', '', '[ihc-visitor-inside-user-page]' );
    },
});

registerBlockType( 'indeed-membership-pro/login-modal', {
    title                 : 'UMP - Login Modal',
    icon                  : 'universal-access-alt',
    category              : 'ihc-shortcodes',

    edit: function() {
        return el( 'p', '', '[ihc-login-popup]Login[/ihc-login-popup]' );
    },
    save: function() {
        return el( 'p', '', '[ihc-login-popup]Login[/ihc-login-popup]' );
    },
});

registerBlockType( 'indeed-membership-pro/register-modal', {
    title                 : 'UMP - Register Modal',
    icon                  : 'universal-access-alt',
    category              : 'ihc-shortcodes',

    edit: function() {
        return el( 'p', '', '[ihc-register-popup]Register[/ihc-register-popup]' );
    },
    save: function() {
        return el( 'p', '', '[ihc-register-popup]Register[/ihc-register-popup]' );
    },
});