Closed ArturMoczulski closed 6 years ago
Addresses issue https://github.com/rollbar/rollbar-php-wordpress/issues/36
Adds \Rollbar\Wordpress\Plugin::configure which allows for changing configuration options from an arbitrary place in the code, regardless of the state of loading up Wordpress.
\Rollbar\Wordpress\Plugin::configure
It would be great to provide an example for this.
Addresses issue https://github.com/rollbar/rollbar-php-wordpress/issues/36
Adds
\Rollbar\Wordpress\Plugin::configure
which allows for changing configuration options from an arbitrary place in the code, regardless of the state of loading up Wordpress.