![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/walla3t.corals.io/wp-content/plugins/meta-box/js/ |
// Global object for shared functions and data. window.rwmb = window.rwmb || {}; ( function( $, document, rwmb ) { 'use strict'; // Selectors for all plugin inputs. rwmb.inputSelectors = 'input[class*="rwmb"], textarea[class*="rwmb"], select[class*="rwmb"], button[class*="rwmb"]'; // Detect Gutenberg. rwmb.isGutenberg = document.body.classList.contains( 'block-editor-page' ); // Generate unique ID. rwmb.uniqid = () => Math.random().toString( 36 ).substr( 2 ); // Trigger a custom ready event for all scripts to hook to. // Used for static DOM and dynamic DOM (loaded in MB Blocks extension for Gutenberg). rwmb.$document = $( document ); $( function() { rwmb.$document.trigger( 'mb_ready' ); } ); } )( jQuery, document, rwmb );