Wordpress Plugin Development tutorial from scratch (Part 1) Wordpress plugin basics and introduction
2
Wordpress Plugin Development tutorial from scratch (Part 2) Wordpress Plugin Comment Section
3
Wordpress Plugin Development tutorial from scratch (Part 3) Wordpress Plugin Menus on Activation
4
Wordpress Plugin Development tutorial from scratch (Part 4) Wordpress Submenus of Plugin Menu
5
Wordpress Plugin Development tutorial from scratch (Part 5) Manage Wordpress plugin code files
6
Wordpress Plugin Development tutorial from scratch (Part 6) Link Asset Files to Wordpress Plugin
7
Wordpress Plugin Development tutorial from scratch (Part 7) Link Js, CSS, Images to Plugin file
8
Wordpress Plugin Development tutorial from scratch (Part 8) Make Database Table on Plugin Activation
9
Wordpress Plugin Development tutorial from scratch (Part 9) Drop Table when Plugin Uninstalls/Delete
10
Wordpress Plugin Development tutorial from scratch (Part 10) Wordpress Page on plugin activation
11
Wordpress Plugin Development tutorial from scratch (Part 11) Delete Wordpress page by Plugin
12
Wordpress Plugin Development tutorial from scratch (Part 12) Custom JavaScript on Wordpress page
13
Wordpress Plugin Development tutorial from scratch (Part 13) Simple Ajax Request in Wordpress
14
Wordpress Plugin Development tutorial from scratch (Part 14) Post Form data in Wordpress Plugin
15
Wordpress Plugin Development tutorial from scratch (Part 15) About Wordpress global $wpdb Object
16
Wordpress Plugin Development tutorial from scratch (Part 16) Insert data to Wordpress Database
17
Wordpress Plugin Development tutorial from scratch (Part 17) Wordpress Update/Delete to Database
18
Wordpress Plugin Development tutorial from scratch (Part 18) AJAX Request by Action hook Wordpress
19
Wordpress Plugin Development tutorial from scratch (Part 19) By wp_ajax_{action} Post Data to Server
20
Wordpress Plugin Development tutorial from scratch (Part 20) About Shortcodes Concept in Wordpress
21
Wordpress Plugin Development tutorial from scratch (Part 21) Parameterized Shortcodes in Wordpress
22
Wordpress Plugin Development tutorial from scratch (Part 22) Uploading from media library to plugin
23
Wordpress Plugin Development tutorial from scratch (Part 23) Use of default wp_editor in Wordpress
24
Wordpress Plugin Development tutorial from scratch (Part 24) My Book Custom Plugin Introduction #1
25
Wordpress Plugin Development tutorial from scratch (Part 25) "My Book" Plugin comment & constants #2
26
Wordpress Plugin Development tutorial from scratch (Part 26) "My Book" Plugin asset libraries #3
27
Wordpress Plugin Development tutorial from scratch (Part 27) "My Book" Plugin Menus/Submenus #4
28
Wordpress Plugin Development tutorial from scratch (Part 28) "My Book" Plugin Create/Drop Table #5
29
Wordpress Plugin Development tutorial from scratch (Part 29) "My Book" Plugin Internal Pages #6
30
Wordpress Plugin Development tutorial from scratch (Part 30) "My Book" Plugin Validations/Media #7
31
Wordpress Plugin Development tutorial from scratch (Part 31) "My Book" Plugin Insert/Show Data #8
32
Wordpress Plugin Development tutorial from scratch (Part 32) "My Book" Plugin Update/Delete Data #9
33
Wordpress Plugin Development tutorial from scratch (Part 33) "My Book" Plugin Extended features demo
34
Wordpress Plugin Development tutorial from scratch (Part 34) "My Book" Extended: Tables, Submenus
35
Wordpress Plugin Development tutorial from scratch (Part 35) "My Book" Extended: Building Layouts
36
Wordpress Plugin Development tutorial from scratch (Part 36) Save & List Author's section data
37
Wordpress Plugin Development tutorial from scratch (Part 37) Save & List Student's section data
38
Wordpress Plugin Development tutorial from scratch (Part 38) Front-end page of plugin to list books
39
Wordpress Plugin Development tutorial from scratch (Part 39) "page-template" hook | Book list layout
40
Wordpress Plugin Development tutorial from scratch (Part 40) Listing Created books to Frontend UI
41
Wordpress Plugin Development tutorial from scratch (Part 41) Login and Logout Filter hooks Wordpress
Description:
Learn to develop WordPress plugins from the ground up in this comprehensive 13-hour tutorial series. Master plugin basics, create comment sections, manage menus and submenus, handle asset files, interact with databases, implement AJAX requests, utilize shortcodes, and work with media libraries. Explore practical examples through the creation of a custom "My Book" plugin, covering essential aspects such as data validation, CRUD operations, and frontend integration. Gain hands-on experience with WordPress hooks, filters, and template manipulation while building functional and extensible plugins for various purposes.
WordPress Plugin Development From Scratch for Beginners