I have expertise in HYML, CSS, Basic JS and PHP so for plugin development what should I learn and where can I start plugin development?
Thanks in advance
I have expertise in HYML, CSS, Basic JS and PHP so for plugin development what should I learn and where can I start plugin development?
Thanks in advance
Share Improve this question asked Jun 14, 2019 at 18:40 Sheraz KhanSheraz Khan 12 bronze badges 1- 1 Read This - developer.wordpress/plugins/intro – RiddleMeThis Commented Jun 14, 2019 at 18:42
1 Answer
Reset to default -1You need to learn how WP is 'built' and functions. An understanding of that will help immensely.
Start at the Codex https://codex.wordpress/ . Lots of information about everything WP. And there are lots of googles/bings/ducks about creating plugins.
Start with a simple plugin that changes a minor thing (like changing the 'Howdy' to 'Welcome' on the admin screen. Then try a Settings page that stores things in the wp-options table. Again, lots of tutorials on plugins.
This is not an easy or quick 'journey', but lots of fun if you like tweaking and programming things.
Good luck!
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745401068a4626103.html
评论列表(0条)