apply_filters( ‘wp_client_side_media_processing_enabled’, bool $enabled )

In this article

Filters whether client-side media processing is enabled.

Parameters

$enabledbool
Whether client-side media processing is enabled. Default true if the page is served in a secure context.

Source

return (bool) apply_filters( 'wp_client_side_media_processing_enabled', $enabled );

Changelog

VersionDescription
7.1.0Introduced.

User Contributed Notes

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