Ben Lobaugh
Ben Lobaugh
Users deleted from an AD group currently potentially still have access to WordPress via the lost password form. This could, for instance, allow an admin who is no longer with...
Before sending an email with a misspelling report make sure that that word and post has not already be reported and emailed out previously.
The email sent out could be much prettier, with the post title as a link instead of just the ugly link
All reports are currently stored as post type missr_report. It would be nice if they were exposed in wp-admin in a table and able to be marked resolved.
Currently if the library is used standalone there will be fatal errors due to missing classes. This happened when composer support was added, and support for the standalone library was...
Jay! This is awesome! It looks like right now all the posts are being pulled out and parsed via PHP. You may be able to get performance improvements querying MySQL...
## Description Add Actions helper class for WorkOS Actions support - Add Actions.php service class with convenient wrapper methods for WebhookResponse and Webhook functionality - Add test suite - Include...
## Description Added integration with the Events API endpoints
## Description The tests were throwing deprecation notices due to dynamic class properties being set. This PR resolves them by explicitly setting the properties. Example of a notice that was...
## Description Added Organization Feature Flags functionality in Organizations by introducing the getFeatureFlags($organizationId) method. Added tests to validate organization feature flags. Resolved a deprecated notice in the OrganizationsTest to ensure...