Skip to content

anisur2805/arpc-popup-creator

Repository files navigation

Load More Posts by Ajax

Coding Standards

This project uses WordPress Coding Standards (WPCS) to ensure code quality and consistency.

Installation

  1. If you don't have Composer installed, download and install it from getcomposer.org.
  2. Install the project dependencies, including WPCS:
    composer install

Usage

Check for Violations

To check your code for any coding standards violations, run the following command:

composer lint

This will display a list of any issues found.

Automatically Fix Violations

To automatically fix many common coding standards violations, run:

composer format

It's recommended to run composer lint again after formatting to see if any issues remain that require manual fixing.

About

A simple Popup Creator plugin for WordPress written in OOP PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published