February 24, 2016 — Abiral Neupane and Regan Khadgi discuss introduction, guidelines, and plugin demonstration.
part 2
February 24, 2016 — Rakesh Lawaju(WEN Solutions), Abiral Neupane (Eagle Vision IT)and Regan Khadgi(WEN Solutions) talk about basics of plugin development and conduct small session on plugin development.
Presentation has focused on following topics:
1) WordPress plugin introduction and its importance.
2) Things to be considered while developing WordPress plugin
3) A WordPress plugin demonstration.
part 1
February 4, 2016 — This session gives an introduction to how to test WordPress plugins with unit tests, focusing on the advantages it provides. We’ll have a look together at the main steps to set up a first test case.
February 4, 2016 — As a plugin developer, you should write code that plays well with other plugins. When a plugin is not initialized in an optimal way, it can be hard or even impossible for other plugins, to interact with it. In this lightning talk I would like to give you some tips on how to do it right in your plugins, which can also decrease the number of service requests.
January 14, 2016 — Getting any plugin on the WordPress.org forum can be a lot of work. Taking a plugin like Better WP Security (now iThemes Security) to more than 2.5 million downloads when it isn’t your full-time job can seem nearly impossible. This talk will discuss how I built Better WP Security to one of the largest plugins on WordPress.org including what I did right and what I could have done better. Specific tips will involve handling support, marketing a plugin and squashing bugs when you wear all the hats (developer, marketer, teacher, project manager, etc). This session will help to equip you with the tools you will need to not just get your plugin out there but also to make sure it is successful.
October 8, 2015 — Similarities of surgery and coding. KISS principle, First do no harm, etc.
I will describe my journey in development of GitHub Updater.
September 28, 2015 — Talk about the history of WP-CLI and the possible future of WordPress plugin development.
September 26, 2015 — Are you a master of themes? Are you ready to take the leap and start making your very first WordPress plugin? Well Wil Brown has the perfect talk for you.
Will teaches you how to code up your first custom WordPress plugin and he’ll even how to get it on WordPress.org!
August 20, 2015 — На конференции WordCamp Russia 2015 Игорь расскажет о том, как устроены события и фильтры в ядре WordPress. Его доклад поможет сориентироваться в доступных фильтрах и событиях в WordPress, и разобраться в тонкостях их обработки. Также речь пойдет о правильном использовании и создании собственных фильтров в темах и плагинах для WordPress.
July 28, 2015 — Have you ever put code into your functions.php file to change your site? Ever lost that code when you changed themes? Topher will show you how to move that code into a simple plugin so you’ll keep it no matter what theme you use. Then using this as a base we’ll look at how to build more complex plugins.