Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 478 Bytes

File metadata and controls

9 lines (6 loc) · 478 Bytes

WordPress-Basic-Custom-Plugin-Development.

  1. Install the WordPress (Latest Version- 5.2.2 and above) in your local server (Wamp or Xamp)
  2. Paste the created custom plugin folder into the folder Wp-content/plugins
  3. Go to the admin panel-> plugins -> Installed plugins
  4. In the Installed plugins, we can now see our created plugin called Real-unit, click on the activate button to get the created cumstom plugin activated.
  5. Paste the database.sql file in phpmyAdmin.