Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content-20241030122153
/
plugins
/
woocommerce
/
assets
/
js
/
admin
:
product-editor.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/* global woocommerce_admin_product_editor */ jQuery( function ( $ ) { $( function () { var editorWrapper = $( '#postdivrich' ); if ( editorWrapper.length ) { editorWrapper.addClass( 'postbox woocommerce-product-description' ); editorWrapper.prepend( '<h2 class="postbox-header"><label>' + woocommerce_admin_product_editor.i18n_description + '</label></h2>' ); } } ); } );