Title: REST API Extender
Author: SEO Neo
Published: <strong>Abril 15, 2024</strong>
Last modified: Abril 16, 2024

---

Maghanap ng mga plugin

![](https://ps.w.org/rest-api-extender/assets/banner-772x250.png?rev=3070936)

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

![](https://ps.w.org/rest-api-extender/assets/icon-256x256.png?rev=3070916)

# REST API Extender

 Ni [SEO Neo](https://profiles.wordpress.org/stealthcode/)

[I-download](https://downloads.wordpress.org/plugin/rest-api-extender.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/rest-api-extender/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/rest-api-extender/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/rest-api-extender/#installation)
 * [Development](https://tl.wordpress.org/plugins/rest-api-extender/#developers)

 [Suporta](https://wordpress.org/support/plugin/rest-api-extender/)

## Deskripsyon

The REST API Extender is a WordPress plugin that extends the functionality of the
WordPress REST API.

It provides two main features:

 1. **Permalink Options Management**
     This plugin allows you to update the permalink
    settings of your WordPress site via the REST API. You can change the permalink 
    structure, category base, and tag base using a simple POST request.

To update the permalink settings, send a POST request to the following endpoint:
/
wp-json/raext/permalink-options/v1/settings

The request body should include the following parameters:

 * `permalink_structure` (string): The new permalink structure.
 * `category_base` (string, optional): The new category base.
 * `tag_base` (string, optional): The new tag base.

Example request:
 POST /wp-json/raext/permalink-options/v1/settings Content-Type:
application/json

{
 “permalink_structure”: “/%year%/%postname%/”, “category_base”: “categories”, “
tag_base”: “tags” }

 1. **Theme Installation and Activation**
     The plugin also enables you to install and
    activate themes from a remote URL using the REST API. You have to provide the theme
    URL, stylesheet, and slug, and the plugin will handle the installation and activation
    process.

To install and activate a theme from a remote URL, send a POST request to the following
endpoint:
 /wp-json/raext/theme-manager/v1/install

The request body should include the following parameters:

 * `theme_url` (string): The URL of the theme ZIP file.
 * `theme_stylesheet` (string): The stylesheet of the theme (e.g., `twentytwenty`).
 * `theme_slug` (string): The slug of the theme (e.g., `twentytwenty`).

Example request:
 POST /wp-json/raext/theme-manager/v1/install Content-Type: application/
json

{
 “theme_url”: “https://example.com/themes/twentytwenty.zip”, “theme_stylesheet”:“
twentytwenty”, “theme_slug”: “twentytwenty” }

Developed by the creators of [SEO Neo](https://seoneo.io/)

### Permissions

Both the permalink options management and theme installation/activation features
require the user to have the `manage_options` capability (an administrator role).

## Pag-install

 1. Upload the `rest-api-extender` directory to the `/wp-content/plugins/` directory
    on your WordPress site.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “REST API Extender” ay open source software. Ang mga sumusunod na tao ay nag-
ambag sa plugin na ito.

Mga Contributor

 *   [ SEO Neo ](https://profiles.wordpress.org/stealthcode/)

[Isalin ang “REST API Extender” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/rest-api-extender)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/rest-api-extender/),
i-check ang [SVN repository](https://plugins.svn.wordpress.org/rest-api-extender/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/rest-api-extender/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/rest-api-extender/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Bersyon **2.2**
 *  Huling na-update **2 taon ang nakalipas**
 *  Mga aktibong installation **10+**
 *  Bersyon ng WordPress ** 5.0 o mas bago **
 *  Sinubukan hanggang **6.4.8**
 *  Wika
 * [English (US)](https://wordpress.org/plugins/rest-api-extender/)
 * Mga Tag
 * [appearance](https://tl.wordpress.org/plugins/tags/appearance/)[options](https://tl.wordpress.org/plugins/tags/options/)
   [permalink](https://tl.wordpress.org/plugins/tags/permalink/)[rest-api](https://tl.wordpress.org/plugins/tags/rest-api/)
   [theme](https://tl.wordpress.org/plugins/tags/theme/)
 *  [Advanced View](https://tl.wordpress.org/plugins/rest-api-extender/advanced/)

## Mga Rating

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/rest-api-extender/reviews/#new-post)

[Tingnan lahat ng review](https://wordpress.org/support/plugin/rest-api-extender/reviews/)

## Mga Contributor

 *   [ SEO Neo ](https://profiles.wordpress.org/stealthcode/)

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/rest-api-extender/)