Companies Home Search Profile

WordPress Plugin Development using Boilerplate

Focused View

Rao Abid Ali

12:43:21

5 View
  • 1. Introduction [01 01].mp4
    04:14
  • 2. Before you take this course [01 02].mp4
    04:02
  • 3. How this course can enhance your plugin development skills (01 03).mp4
    02:50
  • 4.1 Course Bookmarks.html
  • 4.2 PhpStorm Live Template repo.html
  • 4.3 Project Repository rocket-books.html
  • 4.4 wppb-bookmarks-for-browswer-import.html
  • 4. Excercise Files and other Resources (01 04).mp4
    07:33
  • 1.1 Git - Downloads.html
  • 1.2 Google Chrome The Most Secure Browser on the Web.html
  • 1.3 PhpStorm The Lightning-Smart IDE for PHP Programming by JetBrains.html
  • 1.4 WampServer - Apache, MySQL, PHP.html
  • 1. Tools Required [02 01].mp4
    02:42
  • 2.1 Download WordPress.org.html
  • 2.2 Recommended database charset and collation for WordPress.html
  • 2.3 WordPress Official - Blog Tool, Publishing Platform, and CMS.html
  • 2. Install WordPress using WAMP [02 02].mp4
    06:24
  • 3.1 Best Practices Make WordPress Core.html
  • 3.2 Github Repo squizlabsPHP CodeSniffer.html
  • 3.3 Github Repo WordPress-Coding-Standards.html
  • 3.4 NetBeans Plugin detail - phpMD PHP CodeSniffer Plugin.html
  • 3.5 PHP Coding Standards Make WordPress Core.html
  • 3.6 PhpStorm PHP Code Sniffer - Help.html
  • 3.7 Visual Studio Marketplace - Php CodeSniffer.html
  • 3.8 WordPress Coding Standards Make WordPress Core.html
  • 3.9 Writing a Plugin « WordPress Codex.html
  • 3. Wordpress Coding Standards - Why and How [02 03].mp4
    04:59
  • 4.1 Instructions to Install Php Code Snifer and Wordpress Coding Standards.html
  • 4. Install Php Code Snifer and Wordpress Coding Standards [02 04].mp4
    04:03
  • 5.1 PhpStorm - Configuring WordPress Coding Standards.md.html
  • 5. PhpStorm - Configuring Wordpress Coding Standards [02 05].mp4
    11:44
  • 1. Key Concepts [03 01].mp4
    01:02
  • 2.1 Post Types « WordPress Codex.html
  • 2.2 Very Simple Event List Plugin.html
  • 2. What is Custom Post Type (CPT), Custom Fields and Metaboxes [03 02].mp4
    03:51
  • 3.1 Simple Social Media Share Buttons Plugin.html
  • 3. What are Shortcodes [03 03].mp4
    04:58
  • 4.1 add option() Function WordPress Developer Resources.html
  • 4.2 PHP serialize - Manual.html
  • 4.3 register setting() Function WordPress Developer Resources.html
  • 4.4 Settings API « WordPress Codex.html
  • 4.5 test unserialize online - general PHP functions - functions-online.html
  • 4. What is Options andor Settings Page [03 04].mp4
    05:39
  • 5. What is a Widget [03 05].mp4
    02:12
  • 6.1 Header Requirements Plugin Developer Handbook WordPress Developer Resources.html
  • 6. How Wordpress loads Plugins [03 06].mp4
    02:49
  • 7.1 add action() Function WordPress Developer Resources.html
  • 7.2 Function Referenceremove action « WordPress Codex.html
  • 7.3 Hook Reference WooCommerce Code Reference.html
  • 7.4 Plugin APIAction Reference « WordPress Codex.html
  • 7. Action Hooks [03 07].mp4
    05:51
  • 8.1 add filter() Function WordPress Developer Resources.html
  • 8.2 apply filters() Function WordPress Developer Resources.html
  • 8.3 Plugin API « WordPress Codex.html
  • 8.4 Plugin APIFilter Reference « WordPress Codex.html
  • 8. Filter Hooks [03 08].mp4
    07:27
  • 1.1 GitHub Repo - DevinVinsonWordPress-Plugin-Boilerplate.html
  • 1.2 The WordPress Plugin Boilerplate A Foundation For Building High-Quality WordPress Plugins.html
  • 1. What is Boilerplate, Why use it [04 01].mp4
    03:42
  • 2.1 GitHub - DevinVinsonWordPress-Plugin-Boilerplate.html
  • 2.2 How to Batch Rename Multiple Files in Windows.html
  • 2.3 How to rename multiple files at once on Mac iMore.html
  • 2.4 WordPress Plugin Boilerplate Generator Ready to use WordPress Plugin Boilerplate.html
  • 2. Getting Ready with Boilerplate [04 02].mp4
    06:03
  • 3.1 Add your Plugin WordPress.org.html
  • 3.2 Simple Social Media Share Buttons Social Sharing for Everyone WordPress.org.html
  • 3.3 Very Simple Event List WordPress.org.html
  • 3.4 WordPress Plugin Boilerplate Generator Ready to use WordPress Plugin Boilerplate.html
  • 3. Tips for using Boilerplate Generator [04 03].mp4
    04:05
  • 4.1 Activation Deactivation Hooks Plugin Developer Handbook WordPress Developer Resources.html
  • 4.2 Best Practices Plugin Developer Handbook WordPress Developer Resources.html
  • 4.3 Uninstall Methods Plugin Developer Handbook WordPress Developer Resources.html
  • 4. Structure of Boilerplate [04 04].mp4
    08:03
  • 5.1 Checklist for Boilerplate Generator - Google Forms.html
  • 5. Defining helper constants [04 05].mp4
    06:33
  • 1.1 Function register post type « WordPress Code Reference.html
  • 1.2 Post Types Explained.html
  • 1.3 Very Simple Event List WordPress.org.html
  • 1. Register Custom Post Type [05 01].mp4
    07:24
  • 2. Challenge Time [05 02].mp4
    04:32
  • 3. Method 1 Using Public Class [05 03].mp4
    09:42
  • 4. Method 2 Using Dedicated CPT Class [05 04].mp4
    13:18
  • 5.1 Best Practices Plugin Developer Handbook WordPress Developer Resources.html
  • 5.2 PHP Coding Standards Draft Proposal Make WordPress Core.html
  • 5.3 PHP Documentation Standards Make WordPress Core.html
  • 5. Revisiting Need for Boilerplate [05 05].mp4
    06:36
  • 6.1 Function Referenceregister post type « WordPress Codex.html
  • 6.2 Uninstall Methods Plugin Developer Handbook WordPress Developer Resources.html
  • 6. How to Fix 404 error on Custom Post types [05 06].mp4
    09:51
  • 7.1 Query Monitor WordPress.org.html
  • 7.2 Show Current Template WordPress.org.html
  • 7.3 Twenty Sixteen CSS for Debug.html
  • 7. Template for Single Post Type [05 07].mp4
    12:30
  • 8.1 Template Hierarchy Theme Developer Handbook WordPress Developer Resources.html
  • 8.2 The WordPress Template Hierarchy - a visualization resource.html
  • 8.3 Twenty Sixteen Child Theme for Wordpress - vitorcontwentysixteen-chd.html
  • 8. How Wordpress loads a required Template [05 08].mp4
    08:44
  • 9.1 get template part() Function WordPress Developer Resources.html
  • 9.2 Github Repo GaryJonesGamajo-Template-Loader.html
  • 9.3 now-hiringnow-hiring-global-functions.php at master · slushmannow-hiring.html
  • 9.4 Plugin APIFilter Referencesingle template « WordPress Codex.html
  • 9.5 Template File Loaders in Plugins - Pippins Plugins.html
  • 9. Template for Single Post Type using Template Loader [05 09].mp4
    14:05
  • 10.1 496 Awesome Book Photos · Pexels · Free Stock Photos.html
  • 10.2 Free Stock Photo Little Black Book Surrounded With Pink Click Pen, Red Lipstick, and Black Wayfarer Eyeglasses ·.html
  • 10.3 Lorem Ipsum - All the facts - Lipsum generator.html
  • 10.4 Plugin APIFilter Referencearchive template « WordPress Codex.html
  • 10. Archive CPT Template using Template Loader [05 10].mp4
    13:03
  • 11.1 Basic CSS for Flex Card based layout.html
  • 11.2 Function Referencepost class « WordPress Codex.html
  • 11.3 the content() Function WordPress Developer Resources.html
  • 11.4 the excerpt() Function WordPress Developer Resources.html
  • 11. Custom Post Type Loop [05 11].mp4
    10:35
  • 1.1 Custom Meta Boxes Plugin Developer Handbook WordPress Developer Resources.html
  • 1. Metabox for Custom Post Type [06 01].mp4
    02:09
  • 2.1 () Function WordPress Developer Resources.html
  • 2.2 add meta box() Function WordPress Developer Resources.html
  • 2.3 do meta boxes Hook WordPress Developer Resources.html
  • 2.4 Plugin APIAction Referenceadd meta boxes « WordPress Codex.html
  • 2. Add Metabox to CPT [06 02].mp4
    12:37
  • 3.1 Classic Editor WordPress.org.html
  • 3. Metabox with Gutenberg Editor [06 03].mp4
    05:10
  • 4.1 e() Function WordPress Developer Resources.html
  • 4.2 Function Referenceadd post meta « WordPress Codex.html
  • 4.3 Function Referenceupdate post meta « WordPress Codex.html
  • 4.4 get post meta() Function WordPress Developer Resources.html
  • 4.5 save post {$post-post type} Hook WordPress Developer Resources.html
  • 4. Adding and Saving Custom Fields to Metabox [06 04].mp4
    15:08
  • 5.1 Function Referencewp nonce field « WordPress Codex.html
  • 5.2 Function Referencewp verify nonce « WordPress Codex.html
  • 5.3 WordPress Nonces « WordPress Codex.html
  • 5. nonce fields and nonce verification [06 05].mp4
    07:09
  • 6.1 Function Referencecurrent user can « WordPress Codex.html
  • 6.2 Function Referencewp get current user « WordPress Codex.html
  • 6.3 Roles and Capabilities « WordPress Codex.html
  • 6. Enhancing Security for Save Method [06 06].mp4
    04:31
  • 7.1 Data Validation « WordPress Codex.html
  • 7.2 Function Referenceesc html « WordPress Codex.html
  • 7.3 Function Referencesanitize key « WordPress Codex.html
  • 7.4 sanitize text field() Function WordPress Developer Resources.html
  • 7.5 Validating Sanitizing and Escaping User Data « WordPress Codex.html
  • 7. Sanitize Custom Fields input and Escape Output [06 07].mp4
    11:35
  • 8.1 Function Referencechecked « WordPress Codex.html
  • 8.2 HTML input checked Attribute.html
  • 8. Validate Custom Fields input - Part 1 [06 08].mp4
    10:08
  • 9.1 Function Referenceselected « WordPress Codex.html
  • 9.2 HTML option selected Attribute.html
  • 9. Validate Custom Fields input - Select Example [06 09].mp4
    11:11
  • 10.1 Basic CSS for Single Post Type Layout.html
  • 10.2 basic css for single post type layout.zip
  • 10. Display Post Meta on single-book template [06 10].mp4
    15:00
  • 11. Display Post Meta on archive-book template [06 11].mp4
    12:21
  • 12.1 Font Awesome.html
  • 12.2 PHP array key exists() Function.html
  • 12.3 PHP array key exists - Manual.html
  • 12. Tweeks to Custom Fields Metabox Code [06 12].mp4
    08:00
  • 13.1 Font Awesome.html
  • 13. Adding Fontawesome icons to custom fields [06 13].mp4
    13:30
  • 14.1 AdvancedCustomFieldsacf Advanced Custom Fields.html
  • 14.2 CMB2CMB2 CMB2 is a developers toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind..html
  • 14.3 JoeSzExopite-Simple-Options-Framework Fast, easy and lightweight admin optionsmetabox form generator for WordPress Plugins..html
  • 14.4 now-hiringclass-now-hiring-admin-metaboxes.php at master · slushmannow-hiring.html
  • 14.5 odinclass-metabox.php at master · wpbrasilodin.html
  • 14.6 Top Frameworks for WordPress Plugin & Theme Developers IncludeWP.html
  • 14.7 wpmetaboxmeta-box The best plugin for WordPress custom fields and custom meta boxes.html
  • 14. Speed Setup with Helper frameworks - Part 1 [06 14].mp4
    11:43
  • 15. Speed Setup with Helper frameworks - Part 2 [06 15].mp4
    09:05
  • 1. Plugin Options Settings Page [07 01].mp4
    01:54
  • 2.1 add menu page() Function WordPress Developer Resources.html
  • 2.2 admin menu Hook WordPress Developer Resources.html
  • 2.3 Plugin APIAction Referenceadmin menu « WordPress Codex.html
  • 2. Top level admin menu [07 02].mp4
    07:39
  • 3.1 add options page « WordPress Codex.html
  • 3.2 add plugins page « WordPress Codex.html
  • 3.3 add submenu page() Function WordPress Developer Resources.html
  • 3.4 Administration Menus « WordPress Codex.html
  • 3. Sub menu item for plugin [07 03].mp4
    04:01
  • 4.1 add option() Function WordPress Developer Resources.html
  • 4.2 Settings API « WordPress Codex.html
  • 4.3 update option « WordPress Codex.html
  • 4. Settings Page using Form POST method [07 04].mp4
    11:21
  • 5.1 do settings sections « WordPress Codex.html
  • 5.2 settings fields « WordPress Codex.html
  • 5. Settings API - Display Sections and Security fields [07 05].mp4
    08:14
  • 6.1 add settings section « WordPress Codex.html
  • 6. Settings API - Add Sections [07 06].mp4
    04:39
  • 7.1 add settings field « WordPress Codex.html
  • 7. Settings API - Add Settings Fields [07 07].mp4
    06:42
  • 8.1 register setting() Function WordPress Developer Resources.html
  • 8. Settings API - Save Settings [07 08].mp4
    06:11
  • 9. Settings API - Recap and Sanitization [07 09].mp4
    09:40
  • 10. Settings API - Settings Fields Callback Function [07 10].mp4
    08:40
  • 11. Settings API - Adding Select Field [07 11].mp4
    11:29
  • 12.1 sanitize html class « WordPress Codex.html
  • 12. Using Settings Options to modify frontend [07 12].mp4
    06:45
  • 13.1 Plugin APIFilter Referenceplugin action links (plugin file name) « WordPress Codex.html
  • 13. Plugin Action Links [07 13].mp4
    07:24
  • 14.1 ACF Options Page.html
  • 14.2 boospotboo-settings-helper This is a helper class for WordPress Settings API.html
  • 14.3 CMB2-Snippet-Libraryoptions-and-settings-pages at master · CMB2CMB2-Snippet-Library.html
  • 14.4 Codestarcodestar-framework A Simple and Lightweight WordPress Option Framework for Themes and Plugins.html
  • 14.5 Freemius - The new standard in selling WordPress plugins and themes.html
  • 14.6 reduxframeworkredux-framework Redux is a simple, truly extensible options framework for WordPress themes and plugins..html
  • 14. Overview of Helper Classes and Frameworks [07 14].mp4
    03:26
  • 15. Helper Class - Adding Menu and Sections -Part1 [07 15].mp4
    08:43
  • 16. Helper Class - Adding Basic Settings Fields - Part2 [07 16].mp4
    05:14
  • 17. Helper Class - Advance Field Types and Action Links - Part3 [07 17].mp4
    04:48
  • 1. Creating Global Shared Class [08 01].mp4
    02:53
  • 2. Template Loader in Global Class [08 02].mp4
    07:00
  • 3. Helper Utility Functions [08 03].mp4
    08:44
  • 1. Shortcodes intro [09 01].mp4
    01:41
  • 2.1 add shortcode « WordPress Codex.html
  • 2.2 Shortcode API « WordPress Codex.html
  • 2. Understanding add shortcode function [09 02].mp4
    10:11
  • 3. Creating Dedicated Shortcode Class [09 03].mp4
    05:45
  • 4. Shortcode for Custom Post Type Loop [09 04].mp4
    09:06
  • 5.1 get option() Function WordPress Developer Resources.html
  • 5.2 shortcode atts « WordPress Codex.html
  • 5. Configuring Default Values for Attributes [09 05].mp4
    06:35
  • 6. Using Attributes to control Shortcode Output [09 06].mp4
    06:17
  • 7. Challenge to add CSS to Shortcode [09 07].mp4
    02:16
  • 8. Solution to add CSS using style tag [09 08].mp4
    07:59
  • 9.1 Function Referencewp add inline style « WordPress Codex.html
  • 9.2 Function Referencewp register style « WordPress Codex.html
  • 9.3 wp add inline script() Function WordPress Developer Resources.html
  • 9.4 wp enqueue style() Function WordPress Developer Resources.html
  • 9. Best Practices for Enqueuing CSS and JS for Shortcodes [09 09].mp4
    13:31
  • 10.1 wp enqueue scripts() Function WordPress Developer Resources.html
  • 10.2 wp register script() Function WordPress Developer Resources.html
  • 10. Code optimization for Enqueuing CSS and JS [09 10].mp4
    10:20
  • 11. Functions for JS and Challenge [09 11].mp4
    02:47
  • 12.1 Class ReferenceWP Query « WordPress Codex.html
  • 12. Solution to Show CPTs for only specific Taxonomies [09 12].mp4
    06:04
  • 1. Widgets in Plugin Boilerplate [10 01].mp4
    01:27
  • 2.1 register widget « WordPress Codex.html
  • 2.2 Widgets API « WordPress Codex.html
  • 2. Creating Dedicated Widgets Control Class [10 02].mp4
    09:02
  • 3. Widgets API - Understanding Widget Class [10 03].mp4
    06:52
  • 4. Widgets API - Understanding args and instance of a widget [10 04].mp4
    11:43
  • 5.1 esc attr() Function WordPress Developer Resources.html
  • 5. Widgets API - using form method to add fields [10 05].mp4
    13:20
  • 6. Widgets API - using update method to save fields [10 06].mp4
    06:50
  • 7. Widgets API - using widget method to Display CPT loop [10 07].mp4
    08:46
  • 8.1 Basic CSS for Widget Loop.html
  • 8.2 basic css for widget loop.zip
  • 8.3 Function Referenceis active widget « WordPress Codex.html
  • 8. Widgets API - Enqueuing Widget Specific Style and Scripts [10 08].mp4
    09:21
  • 9.1 PHP printf() Function.html
  • 9.2 PHP sprintf() Function.html
  • 9.3 PHP printf - Manual.html
  • 9.4 PHP sprintf - Manual.html
  • 9. Widgets API - Adding more field types and updating widget output [10 09].mp4
    11:13
  • 10.1 boospotboo-widget-helper Helper class for creating widgets.html
  • 10. Helper Class Part 1 - Registering Widget [10 10].mp4
    08:25
  • 11. Helper Class Part 2 - Adding Fields [10 11].mp4
    12:51
  • 12. Helper Class Part 3 - Displaying Widget [10 12].mp4
    12:05
  • 1. Plugin Finalization [11 01].mp4
    00:56
  • 2.1 Best Practices Plugin Developer Handbook WordPress Developer Resources.html
  • 2.2 Plugin Security Plugin Developer Handbook WordPress Developer Resources.html
  • 2.3 Writing a Plugin « WordPress Codex.html
  • 2. Plugin Security and Best Practices [11 02].mp4
    09:36
  • 3.1 Best Practices Plugin Developer Handbook WordPress Developer Resources.html
  • 3. Best Practices to Avoid Naming Collisions [11 03].mp4
    07:31
  • 4.1 () Function WordPress Developer Resources.html
  • 4.2 Loco Translate WordPress plugin WordPress.org.html
  • 4.3 Poedit The fastest and most convenient way to translate interfaces.html
  • 4. POT File Generation for plugin Translation [11 04].mp4
    11:14
  • 5.1 apply filters and add filter example.html
  • 5.2 apply filters and add filter example.txt
  • 5.3 apply filters() Function WordPress Developer Resources.html
  • 5. Using custom apply filter to allow overrides and additions [11 05].mp4
    11:02
  • 6.1 boo-recipesclass-boorecipe.php at master · boospotboo-recipes.html
  • 6.2 boo-recipesrecipe-layout-style1.php at master · boospotboo-recipes.html
  • 6.3 do action and add action example.html
  • 6.4 do action and add action example.php.txt
  • 6.5 do action() Function WordPress Developer Resources.html
  • 6. Using custom do action to make plugin extendible [11 06].mp4
    07:15
  • 7.1 boo-recipesuninstall.php at master · boospotboo-recipes.html
  • 7.2 Option ids to remove.html
  • 7.3 Option ids to remove.php.txt
  • 7.4 Uninstall Methods Plugin Developer Handbook WordPress Developer Resources.html
  • 7.5 unregister taxonomy() Function WordPress Developer Resources.html
  • 7. Cleaning up at Uninstall [11 07].mp4
    09:28
  • 8.1 Detailed Plugin Guidelines Plugin Developer Handbook WordPress Developer Resources.html
  • 8.2 Developer Information WordPress.org.html
  • 8.3 Plugin Developer FAQ Plugin Developer Handbook WordPress Developer Resources.html
  • 8.4 Readme Validator WordPress.org.html
  • 8.5 WordPress Plugins WordPress.org.html
  • 8. Submitting plugins to Wordpress repo [11 08].mp4
    03:41
  • 1. Conclusion and Next Steps.mp4
    02:21
  • Description


    Learn professional WordPress Plugin development in project based course. Learn how to do it the faster, smarter, easier!

    What You'll Learn?


    • Create, save and retrieve custom fields using metaboxes
    • Create Plugin options settings page with sections and tabs
    • Different field types like color field, textareas, select fields, checkboxes, multiselect, posts dropdown, media fields and many more
    • Custom Post Type: Loop, Single template, Archive Template, Permalinks, Taxonomies
    • Register, configure, output and style Shortcodes
    • Widgets creation, configuration, Saving and Display
    • Add different field types to Settings Page, Widgets, Metaboxes
    • Make plugin translation ready, .POT and .PO files creation and test
    • How to make extendable plugins
    • Sanitization, escaping and other best practices for developing secure plugins
    • Cleanup at Uninstall
    • Basic Key Concepts

    Who is this for?


  • Who want to learn how to develop WordPress plugins faster and easier. You will learn necessary techniques to develop clean, secure and professional WordPress plugins. WordPress powers nearly 30% of the website of WWW and learning to create plugins can open new career opportunities.
  • Become WordPress Plugin Developer
  • Pursue a career in WordPress
  • Generate extra money by developing and selling WordPress plugins
  • Learn how to create professional plugins
  • Know how to avoid pitfalls and errors in plugin development process
  • Follow best practices for plugin development
  • Develop secure plugins faster
  • What You Need to Know?


  • Html, CSS
  • PHP Basics
  • More details


    Description

    Learn the necessary skills to become a Plugin Developer for a CMS that powers more than 30% of the entire internet.

    Whether you want to:

    • build plugins for your client,

    • for WordPress plugin repository or

    • premium plugins that you want to sell on marketplaces,

    This most up-to-date course created after release of WordPress 5.0 will give you the necessary skills to create professional plugins that are secure, fast and following Best Practices.


    In this project-based WordPress plugin development course, we shall base our plugin on WordPress Plugin Boilerplate. Plugin Boilerplate is meant to be a starting point for plugin development and is defined as “A standardized, organized, object-oriented foundation for building high-quality WordPress plugins.”


    With over 100 video lectures and more than 12+ hours of video content, you will learn:

    • the key concepts in WordPress plugin development world to bring the beginner developers up-to-the-speed and giving refresher to seasoned developers

    • what is plugin boilerplates, how it is structured and what are the points to consider while using online plugin generator

    • How to register Custom Post Types for customized functionality for your plugin

    • How to load single and archive templates to give your CPT unique required look

    • How to create, save and retrieve custom fields using metaboxes

    • How to speed setup metaboxes and custom fields using helper frameworks

    • Best practices to efficiently deal with WordPress Settings API to create Plugin options settings page giving the ability to configure your plugin

    • Methods to add sections and fields in settings page to organize your plugin settings and save them after sanitization

    • How to create plugin admin menu, action links, and how to add different field types like color field, textareas, select fields, checkboxes, multiselect, posts dropdown, media fields and many more to offer a range of customization for setting plugin options.

    • How to create re-usable piece of codes for plugin users by registering Shortcodes and also learning about different variation of shortcodes with special regard to shortcode attributes.

    • Best Practices for enqueuing CSS and JS for shortcodes and how to alter shortcode output using custom post type loop

    • How to use Widgets API to create widgets for the plugin

    • In-depth understanding of how firm(), widget() and update() methods work

    • Using helper classes to create widgets securely and with speed

    • How to avoid naming collisions for functions, classes, constants and variables

    • Create .pot, .po and .mo files to make plugin translation ready

    • Using custom apply_filter to allow overrides and additions

    • do_action to make plugin extendible

    • Steps to cleanup at Uninstall

    • Submitting plugins to Wordpress repo

    • ... and much, much more!

    For the price of dinner out with your friends, you have the power to learn a high demand skill that have a lot of jobs in freelancing world.


    Enroll today and enjoy:

    • Lifetime access to the course and all future updates

    • Over 12 hours of high quality, up to date video lectures

    • Exercise files for every stage of plugin development project

    • Links to all important resources

    • Access to the student-only discussion forum

    • 30 day, no questions asked, money back guarantee


    Who this course is for:

    • Who want to learn how to develop WordPress plugins faster and easier. You will learn necessary techniques to develop clean, secure and professional WordPress plugins. WordPress powers nearly 30% of the website of WWW and learning to create plugins can open new career opportunities.
    • Become WordPress Plugin Developer
    • Pursue a career in WordPress
    • Generate extra money by developing and selling WordPress plugins
    • Learn how to create professional plugins
    • Know how to avoid pitfalls and errors in plugin development process
    • Follow best practices for plugin development
    • Develop secure plugins faster

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Rao Abid Ali
    Rao Abid Ali
    Instructor's Courses
    Rao (that's me) loves to code and teach other how they can code professionally. I got Masters degree and a gold medal in "IT for Financial institutions" paper. Designed and developed 600+ websites, authored a couple dozen plugins and have been helping to make the coding/development process easy in coding classes.As father of 3, i spend most of my free time with family.in "my time", i play video games.To evaluate my professional strengths, you may checkout the * courses i have authored * plugins i have developed * websites i have designedand see for yourself, as you are the better judge!
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 101
    • duration 12:43:21
    • English subtitles has
    • Release Date 2024/05/14

    Courses related to WordPress Plugins