Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
06
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
resources
/
js
:
tec-update-6.0.0-notice.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
( function ( wp, obj ) { obj.data = window.tecBlocksEditorUpdateNoticeData; const { __, sprintf } = wp.i18n; wp.data.dispatch( 'core/notices' ) .createNotice( 'warning', `<b>${obj.data.title}</b><p>${obj.data.description}</p>`, { __unstableHTML: true, isDismissible: true, actions: [ { url: obj.data.upgrade_link, label: sprintf( __( 'Upgrade your %1$s', 'the-events-calendar' ), obj.data.events_plural_lower ), }, { url: obj.data.learn_link, label: __( 'Learn more', 'the-events-calendar' ) } ] } ); } )( window.wp, {} );