upload_ui_over_quota WordPress Action Hook

The upload_ui_over_quota hook is called when the user has exceeded their upload space quota. This hook can be used to display a message to the user or to hide the upload UI.

do_action( 'upload_ui_over_quota' ) #

Fires when an upload will exceed the defined upload space quota for a network site.


Source

File: wp-admin/includes/media.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More