Too low a memory limit and your site may crash in a big heap.
If you don't have phpinfo.php installed then you may not be able to find the front end memory limit all that easily.
Proposal
Extend the [wp] shortcode to display the memory limit.
Solution
Add a parameter called m which can be used to display the currently defined memory limit.
Example: [wp v p m] or [wp v m=y]
Notes:
Use of the parameter requires you to request the version ( v parameter ).
The value displayed may not be the memory_limit used in all instances; plugins and themes can alter it.
Too low a memory limit and your site may crash in a big heap. If you don't have
phpinfo.php
installed then you may not be able to find the front end memory limit all that easily.Proposal
Extend the
[wp]
shortcode to display the memory limit.Solution
Add a parameter called
m
which can be used to display the currently defined memory limit. Example:[wp v p m]
or[wp v m=y]
Notes: