5 lines
164 B
JavaScript
5 lines
164 B
JavaScript
jQuery( document ).ready( function() {
|
|
jQuery( '#misc-publishing-actions' ).find( '.misc-pub-section' ).first().remove();
|
|
jQuery( '#save-action' ).remove();
|
|
} );
|