Banner for Register Settings Api
Add settings to your own theme or plugin. As simple as writing an array. Wordpress Tutorial
Noted That:
  • To install correctly this register-settings-api.zip .
  • Fisrt Download the register-settings-api.zip to your computer
  • Extract/Open register-settings-api.zip to Your Computer.
  • Then, Find readme.txt file inside register-settings-api.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " register-settings-api.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Register Settings Api

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Register Settings Api

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Register Settings Api

Step-5 : Now, Browse " register-settings-api.zip " Downloaded plugin from your computer, Where you downloaded " register-settings-api.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Register Settings Api

Step-6 : Now, Click on " Active Plugin "

Activate Register Settings Api

Step-7 : Then, See left Side Menu. " Register Settings Api " folder is added on left Side Menu. Now, Click on " Register Settings Api " folder.

Noted that: If you do not see " Register Settings Api " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Register Settings Api Configurations and Settings or How to work " Register Settings Api " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Register Settings API " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Register Settings API
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

To use as a plugin:

  1. Upload register-settings-api folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place the array code (described in another tab) in your functions.php file OR in your plugin

To use as a class:

  1. Upload register-settings-api.php into your theme or plugin and include it
  2. Remove the comment on the top and only keep the class. Else it might belive it’s a plugin
  3. It’s recommended to rename the class, the instance and the class_exists class to prevent collision with other plugins
  4. Place the array code (described in another tab) in your functions.php file OR in your plugin

Name