Last Updated: Aug. 17, 2022 at 03:57pm UTC

Common Directory Files

The Common directory holds files that are shared among multiple Ninja Forms plugins. Currently this library is under development so each plugin implementation has its own namespaced copy of the classes to avoid conflicts or differences in versions.

Routes\DebugLog

This class creates the endpoints for downloading the debug log and for deleting the log entries associated with this plugin.

Its permisisons enable by default users who can "delete_others_posts". It applies a filter, scheduled-exports_debug_rest_endpoint_permissions, that passes the default value and expects a boolean return, enabling a developer to alter the permissions.