wpseek.com
A WordPress-centric search engine for devs and theme authors



upload_is_file_too_big › WordPress Function

Sincen/a
Deprecatedn/a
upload_is_file_too_big ( $upload )
Parameters:
  • (array) $upload An array of information about the newly-uploaded file.
    Required: Yes
Returns:
  • (string|array) If the upload is under the size limit, $upload is returned. Otherwise returns an error message.
Defined at:
Codex:
Change Log:
  • MU

Checks whether an upload is too big.



Source

Soon...