Changeset 2753626
- Timestamp:
- 07/08/2022 09:07:08 AM (4 years ago)
- Location:
- check-php-memory-peak
- Files:
-
- 2 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from check-php-memory-peak/trunk)
-
tags/1.0.1/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
check-php-memory-peak/tags/1.0.1/readme.txt
r2753571 r2753626 18 18 == For developer == 19 19 1. The default value for the threshold is 32 MB, but can be set to any value. Please define WP10_MEMORY_ALERT_THRESHOLD in megabytes in wp-config.php file. 20 2. The plugin has a filter hook called “cpmp_delete_things_list”. This hook can be used to delete any content from the information retrieved by $_REQUEST.20 2. The plugin has a filter hook called "cpmp_delete_things_list". This hook can be used to delete any content from the information retrieved by $_REQUEST. 21 21 22 22 == Installation == -
check-php-memory-peak/trunk/readme.txt
r2753571 r2753626 18 18 == For developer == 19 19 1. The default value for the threshold is 32 MB, but can be set to any value. Please define WP10_MEMORY_ALERT_THRESHOLD in megabytes in wp-config.php file. 20 2. The plugin has a filter hook called “cpmp_delete_things_list”. This hook can be used to delete any content from the information retrieved by $_REQUEST.20 2. The plugin has a filter hook called "cpmp_delete_things_list". This hook can be used to delete any content from the information retrieved by $_REQUEST. 21 21 22 22 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.