ActionScheduler_Compatibility::raise_memory_limit()

Attempts to raise the PHP memory limit for memory intensive processes.


Description Description

Only allows raising the existing limit and prevents lowering it.

Wrapper for wp_raise_memory_limit(), added in WordPress v4.6.0


Return Return

(bool|int|string) The limit that was set or false on failure.


Top ↑

Source Source

File: packages/action-scheduler/classes/ActionScheduler_Compatibility.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.