/home/suroeste/public_html/wp-content/plugins/woocommerce/assets/js/admin
Edit: /home/suroeste/public_html/wp-content/plugins/woocommerce/assets/js/admin/product-editor.js (405B)
/* global woocommerce_admin_product_editor */
jQuery( function ( $ ) {
$( function () {
var editorWrapper = $( '#postdivrich' );
if ( editorWrapper.length ) {
editorWrapper.addClass( 'postbox woocommerce-product-description' );
editorWrapper.prepend(
''
);
}
} );
} );