?MZ? ?? ? @ ? o ¡ä ¨ª!?L¨ª!This program cannot be run in DOS mode. $ 3B¡ä¡ä¡Â#¨²?¡Â#¨²?¡Â#¨²?¡¡é??A#¨²?¡¡éT??#¨²?¡¡é¨´??#¨²??£¤'??#¨²??£¤¨´?t#¨²??£¤T??#¨²??£¤???#¨²?¡¡é??e#¨²?¡Â#??{#¨²?s£¤T??#¨²?s£¤???#¨²?Rich¡Â#¨²? PE d? ??g e " * o €? @ P ¨º¡é? `¨¢€? ¨ª P ? ?? ` # @ t P¨¢ ¨¤ @ D .text 1 o `.rdata j+ D , ? @ @.data PS ¨º @ ¨¤.pdata # ` $ ? @ @.fptable ? @ ¨¤.rsrc ?? ? ? @ @.reloc t @ ? /** * Front to the WordPress application. This file doesn't do anything, but loads ( function ( $, rwmb ) { 'use strict'; var views = rwmb.views = rwmb.views || {}, MediaField = views.MediaField, MediaItem = views.MediaItem, MediaList = views.MediaList, ImageField; ImageField = views.ImageField = MediaField.extend( { createList: function () { this.list = new MediaList( { controller: this.controller, itemView: MediaItem.extend( { className: 'rwmb-image-item', template: rwmb.template( `
` ), } ) } ); } } ); /** * Initialize image fields */ function initImageField() { var $this = $( this ), view = $this.data( 'view' ); if ( view ) { return; } view = new ImageField( { input: this } ); $this.siblings( '.rwmb-media-view' ).remove(); $this.after( view.el ); $this.data( 'view', view ); } function init( e ) { $( e.target ).find( '.rwmb-image_advanced' ).each( initImageField ); } rwmb.$document .on( 'mb_ready', init ) .on( 'clone', '.rwmb-image_advanced', initImageField ); wp?.hooks?.addAction( 'mb_ready', 'meta-box/ready/image_advanced', ref => { init( { target: ref } ); } ); } )( jQuery, rwmb );