Uses
Uses | Description |
---|---|
wp-includes/load.php: wp_is_ini_value_changeable() | Determines whether a PHP ini value is changeable at runtime. |
wp-includes/functions.php: {$context}_memory_limit | Filters the memory limit allocated for arbitrary contexts. |
wp-includes/functions.php: admin_memory_limit | Filters the maximum memory limit available for administration screens. |
wp-includes/functions.php: image_memory_limit | Filters the memory limit allocated for image manipulation. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/load.php: wp_convert_hr_to_bytes() | Converts a shorthand byte value to an integer byte value. |