🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 11:04:40 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
test1.therahuldas.com
/
wp-content
/
plugins
/
woocommerce
/
assets
/
js
/
admin
📍 /home/therahul/test1.therahuldas.com/wp-content/plugins/woocommerce/assets/js/admin
🔄 Refresh
✏️
Editing: product-editor.js
Writable
/* global woocommerce_admin_product_editor */ jQuery( function ( $ ) { $( function () { var editorWrapper = $( '#postdivrich' ); /** * In the Product Editor context, the footer needs to be hidden otherwise the computation of the postbox position is wrong. * For more details, see https://github.com/woocommerce/woocommerce/pull/59212. */ $( '#wpfooter' ).css( { visibility: 'hidden', display: 'unset' } ); if ( editorWrapper.length ) { editorWrapper.addClass( 'postbox woocommerce-product-description' ); editorWrapper.prepend( '<h2 class="postbox-header"><label>' + woocommerce_admin_product_editor.i18n_description + '</label></h2>' ); } } ); } );
💾 Save Changes
❌ Cancel