apply_filters( "{$this->form_manager->get_prefix()}load_frontend_css", bool $load_css )

Filters whether to enqueue the plugin’s bundled CSS file for forms in the frontend.

Description

This filter can be used to more granularly disable loading the CSS file when necessary. By default it is enqueued on every page unless the setting is set to not enqueuing it.

Parameters

$load_css

(bool) (Optional) Whether the frontend CSS file should be enqueued. Default depends on the setting.

Changelog

Changelog
Version Description
1.0.0 Introduced.