admin_memory_limit

最后更新于:2021-11-25 19:42:44

apply_filters( ‘admin_memory_limit’, int|string $filtered_limit )

Filters the maximum memory limit available for administration screens.

参数

$filtered_limit

(int|string)
The maximum GeChiUI memory limit. Accepts an integer (bytes), or a shorthand string notation, such as ‘256M’.

源文件

文件: gc-includes/functions.php

View on Trac