Plugin Directory

Changeset 3071338


Ignore:
Timestamp:
04/16/2024 07:31:51 AM (2 years ago)
Author:
stealthcode
Message:

refactor: update plugin headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rest-api-extender/trunk/rest-api-extender.php

    r3070916 r3071338  
    11<?php
    22/**
    3  * Plugin Name: REST API extender
    4  * Description: Extends the WP REST API to allow the changing of permalink options, as well as the installation and switching of themes
    5  * Version: 2.2
    6  * Author: SEO NEO
    7  * License: GPL-3.0-or-later
     3 * REST API extender
     4 *
     5 * @wordpress-plugin
     6 * Plugin Name:          REST API extender
     7 * Plugin URI:           https://seoneo.io/
     8 * Description:          Extends the WP REST API to allow the changing of permalink options, as well as the installation and switching of themes
     9 * Version:              2.2
     10 * Author:               SEO Neo
     11 * Author URI:           https://seoneo.io/
     12 * License:              GPL-3.0-or-later
     13 * License URI:          https://www.gnu.org/licenses/gpl-3.0.html
    814 */
    9 
     15 
    1016/**
    1117 * Register the custom REST API route.
Note: See TracChangeset for help on using the changeset viewer.