Guest User

Untitled

a guest
Jan 21st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php
  2.  
  3. function trash_empty_confirmation() { ?>
  4. <script type="text/javascript">
  5. (function($) {
  6. $('[id=delete_all]').click(function(e){
  7. return confirm( "Are you sure you want to permanently erase all content items in the Trash ?" );
  8. });
  9. })( jQuery );
  10. </script>
  11. <?php }
  12. add_action( 'admin_footer-edit.php', 'trash_empty_confirmation' );
Add Comment
Please, Sign In to add comment