文件操作 - prime-slider-editor.js
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/bdthemes-prime-slider-lite/assets/js/prime-slider-editor.js
编辑文件内容
( function( $ ) { 'use strict'; var ElementPackEditor = { init: function() { elementor.channels.editor.on( 'section:activated', ElementPackEditor.onAnimatedBoxSectionActivated ); window.elementor.on( 'preview:loaded', function() { elementor.$preview[0].contentWindow.ElementPackEditor = ElementPackEditor; ElementPackEditor.onPreviewLoaded(); }); }, onPreviewLoaded: function() { var elementorFrontend = $('#elementor-preview-iframe')[0].contentWindow.elementorFrontend; elementorFrontend.hooks.addAction( 'frontend/element_ready/widget', function( $scope ){ $scope.find( '.bdt-elementor-template-edit-link' ).on( 'click', function( event ){ window.open( $( this ).attr( 'href' ) ); }); }); } }; $( window ).on( 'elementor:init', ElementPackEditor.init ); window.ElementPackEditor = ElementPackEditor; }( jQuery ) );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件