Mention the rules to be followed while developing the WordPress Plugin?

devquora
devquora

Posted On: Feb 22, 2018

 

While developing a WordPress Plugin, the following rules should be followed step by step:
  • Create a unique name.
  • Create the folder of Plugin.
  • Create a sub-folder for PHP files, translations, and assets.
  • Create the main plug-in file and fill up the header information.
  • Create activation and de-activation functions.
  • Create an uninstall script.
  • Create a readme.txt file.
  • In case of detecting the paths to plug-in file, use proper functions and constants.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Wordpress Interview Questions

    What is WordPress?

    WordPress is free open source content management system (CMS) written PHP language and licensed under GPL. It allows us..

    Wordpress Interview Questions

    What are minimum requirements to run WordPress?

    PHP 7 or greater MySQL 5.6 or greater OR MariaDB 10.0 or greater The mod_rewrite Apache module HTTPS support(Recommende..