apply_filters( 'styles_inline_size_limit', int $total_inline_limit )

The maximum size of inlined styles in bytes.


Parameters

$total_inline_limit int
The file-size threshold, in bytes. Default 20000.

Top ↑

Source

File: wp-includes/script-loader.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.

Top ↑

User Contributed Notes

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