[wp-trac] [WordPress Trac] #61897: My Posts are not deleted by wp bulk delete
WordPress Trac
noreply at wordpress.org
Thu Aug 29 17:41:39 UTC 2024
#61897: My Posts are not deleted by wp bulk delete
---------------------------------+----------------------
Reporter: jmglobalelectronics | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Plugins | Version:
Severity: normal | Resolution: invalid
Keywords: | Focuses:
---------------------------------+----------------------
Comment (by devmooz):
Bulk deletion can be resource-intensive. If you're on shared hosting, the
server might time out before the operation completes. Try increasing the
memory limit and maximum execution time in your wp-config.php file:
{{{
define('WP_MEMORY_LIMIT', '256M');
set_time_limit(300);
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61897#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list