apply_filters( 'llms_builder_autosave_enabled', string $autosave )
Gets the status of autosave for the builder
Description Description
This can be configured on a per-user basis in the user’s profile screen on the WP Admin Panel.
Parameters Parameters
- $autosave
-
(string) Status of autosave for the current user. Either "yes" or "no".
Source Source
Changelog Changelog
Version | Description |
---|---|
4.14.0 | Introduced. |