Advertisement
arie_cristianD

allow all user to delete media library

Dec 13th, 2023
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. add_action(
  2.     'init',
  3.     function () {
  4.         remove_action( 'delete_attachment', array( JNews\AccountPage::getInstance(), 'disable_delete_attachment' ) );
  5.     },
  6. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement