apply_filters( ‘styles_inline_size_limit’, int $total_inline_limit )

In this article

The maximum size of inlined styles in bytes.

Parameters

$total_inline_limitint
The file-size threshold, in bytes. Default 40000.

Source

$total_inline_limit = apply_filters( 'styles_inline_size_limit', $total_inline_limit );

Changelog

VersionDescription
6.9.0The default limit increased from 20K to 40K.
5.8.0Introduced.

User Contributed Notes

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