Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 584 Bytes

BEAPI Raygun

CodeFactor

Description

This plugin enable the usage of raygun into WordPress for frontend and backend.

Installation

Download the latest release or clone this repository and run : composer install --no-dev --prefer-dist -o

Usage

  • Install plugin
  • Define the BEAPI_RAYGUN_API_KEY constant into your wp-config.php file
  • Enjoy !

Contributing

  • Create pull requests :)
  • Check PHP coding standards phpcs .