apply_filters( 'pre_upload_error', bool $error )

Filters whether to preempt the XML-RPC media upload.


Description Description

Passing a truthy value will effectively short-circuit the media upload, returning that value as a 500 error instead.


Parameters Parameters

$error

(bool) Whether to pre-empt the media upload. Default false.


Top ↑

Source Source

File: wp-includes/class-wp-xmlrpc-server.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.