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
| Version | Description |
|---|---|
| 7.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.