rollbar / rollbar-php-wordpress

Official WordPress plugin from Rollbar, Inc.
https://rollbar.com/
GNU General Public License v2.0
15 stars 20 forks source link

Create WordPress Filter Hook to Override Plugin Settings #35

Closed spenserhale closed 6 years ago

spenserhale commented 6 years ago

In fetchSettings of Plugin, adding apply_filters to the $settings variable before function sets settings property so that WordPress developers can filter the Rollbar plugin settings with their code using a standard WordPress methodology.

ArturMoczulski commented 6 years ago

@spenserhale this is great. Thank you. I'm going to add appropriate instructions in the README.md as well.