Mô tả

100% Answer Rate! Every single question posted to this class is answered within 24 hours by the instructor.

DISCLAIMER: before you enroll in this course, please read carefully the "Who is this course for?" section below. This course has prerequisites and MUST NOT be taken by students that don't have a solid foundation in programming.


Do you want to stop losing customers for not knowing how to create plugins?

Are you also trying desperately to learn how to create your own plugins, but are not succeeding? You've been trying for a few years now, but still haven't found good and up-to-date teaching material. Then got tired of simply looking at how long is the WordPress documentation for plugin creators.

Plugins are part of what makes WordPress be what it is, the most used content management system in the world, present in more than 30% of sites worldwide! Learning how to deal with the WordPress plugin engine will set you free from third-party tools. It will also put a powerful knowledge in your hands that will help you reach new clients, financial independence, or at least a new job or a promotion at work.

All will start with this course!

This course is unlike any course you've ever seen. It's about 100 lessons, organized in three amazing projects, in which I teach you everything I've been learning over the ten years I've been working with WordPress. Absolutely everything! This course won't hide anything. All subjects are covered in great depth, with the teaching style recognized by my more than 20,000 students around the world!

All this using only native WordPress tools. No using plugins to create another plugin!


What exactly will you learn?

Here is a shortlist of the main topics covered by this course. You will learn:

  • How to use WordPress action hooks and filters to your advantage to control the behavior of plugins and make them more flexible;

  • How to structure your projects in a cleaner and more flexible way using PHP classes and objects;

  • How to use the main native WordPress APIs, classes, and functions to create your plugin. For example, the Settings, Options, Widgets, Shortcode, Metabox APIs, and the methods of the very powerful $wpdb class;

  • How to create custom post types (CPTs), making WordPress the perfect framework for any project you want to create;

  • How to create your own taxonomies, custom menus, options pages, your own widgets and shortcodes with multiple options, metadata boxes with custom fields, etc;

  • How to add stylesheets and javascript in both the admin and the frontend and control them via the options pages;

  • How to install and preview what to do when installing, deactivating, and uninstalling the plugin;

  • How to control the plugin's template in the frontend, as well as create a WooCommerce-like template override system;

  • How to create specific theme support for your plugin.


And much more! How about learning how to manage a custom table for your plugin in the WordPress database?

Do you know all the WordPress tables? Do you know what they do and how they are structured? You'll learn all about them here!

In addition, you will learn how to perform all CRUD actions (create, read, update, and delete data) on your own table using the super powerful $wpdb class.

Have you ever thought of leaving the limitations that the WordPress system imposes and building your project based on a separate table? In this course, you will learn how to do it, understand in which cases it is necessary, and what are the advantages and disadvantages.

And it doesn't stop here...

What about using the frontend to let the user submit data to this table?

I think you didn't see that coming! Well, in this course you will understand what you will need to enable a logged-in user to submit information, which will be stored in a table automatically created by your plugin during installation.

You will also learn how to manage your own users by creating an account for them using native WordPress tools.

All this in a very secure way!

We will be constantly on the lookout for possible security threats that could compromise our application. We will use all security items such as nonces (ever heard of them?), string escaping, validations, sanitization, permission functions, error handling, and $wpdb's prepare() method.

How about making your plugin go international?

You will learn how to create plugins that are fully translatable. Customers from all over the world will be able to use them, as they will be fully compatible with Poedit or any WordPress translation plugin.


How is this course organized?

The course is divided into projects. In the beginning, we will have three projects. It doesn't sound like much, but they will give a fantastic idea of what is needed to basically understand how most of the plugins work.

In the first project, we will create a highly dynamic and fully customizable slideshow plugin. We will start with simple subjects such as directory structuring, methods of installing, deactivating, and uninstalling plugins. Then we will move on to intermediate topics such as CPT creation, the Metabox API (used to create custom fields), we will learn how to manipulate the database by adding and updating values in the metadata tables. We will learn how to control menus and submenus throughout the WordPress admin area.

Also within this first project, we will learn to master APIs such as Settings, Options, and the Shortcode API. We will use everything we learn in this section to control the appearance and behavior of the slideshow on the frontend.

The second project is a testimonial plugin. It looks simple, but the number of techniques that you will learn will surprise you.

In this project, we will review some subjects that you will have already seen in the previous section, and learn some new ones. We will learn a lot about the Widgets API and also how to control the HTML templates used in your plugin, including learning how to implement a simple template override system, which also includes learning how to create a specific theme_support for your plugin.

The third project is the most complete and the most complex of the three. Have you ever needed to create custom tables for your plugin? Do you have any idea how some of the best-known plugins, like WooCommerce (just to name one of them), do to create and manage tables outside of the WordPress realms? Do you know why they do this, what are the advantages and disadvantages? No? Great, because you are going to learn that in this course.

In the third project, you will learn about the WordPress $wpdb class, the one responsible for managing all the custom table CRUD operations in your application. You will learn how to create tables, run queries, add, update, and remove data from those tables, using various APIs that you have learned to master during the course, such as the Metabox and Shortcode APIs.

You will learn how to synchronize these actions so that your table works in tandem with the native WordPress tables. In addition, in this section, you will see how to provide a frontend interface where the site user can submit data, without having to access the WordPress admin. We will also see how to use WordPress' own user control system to manage user actions.


Who is this course for?

I recommend this course for programmers, IT students, web developers, web designers, or any freelancer or professional who works with PHP, HTML, and CSS. It is recommended that you have notions of object-oriented PHP because all plugins created in the course are based on classes and objects. It is also important that you know how to use the main MySQL commands.

Other than that, all professionals who want to learn how to create plugins are welcome. It is only necessary that you already have previous contact with WordPress and know how to install it on a local server at least.


How is this course different?

What my students like most is my excellent response time to their questions. You know, waiting too long can slow down your progress. So I always try to answer within 24 hours. You can be sure that you will never feel alone in this course.

Do you have any doubts? Here's what my student Captain Krik recently wrote about one of my courses:

"Fantastic teacher, everything is explained clearly and simply. The lessons deepen in a professional way the aspects most suitable for a developer, as promised by the author. A big thank you to Marcello who made me learn new and interesting things. I also immediately bought the WordPress course which promises the same things."

And this one is from my student Nate S:

"I was going to wait until I finish the course to leave a review, but I'm halfway through and I can already say it's one of the absolute best courses I've taken on Udemy. It does not waste your time dwelling on extraneous concepts like CSS and does not use any unnecessary technology that might require extra setup or become outdated like Webpack. It's straight to the point and extremely clear in every topic discussed in each video. He is also quick to respond and provides links for each topic as well as the full course code for easy troubleshooting. Just fantastic! If he makes another WordPress course, I will be taking it."

And the list goes on...

So, are you ready for this course? Watch the free lessons available before you make your decision.

Remember, this is a Udemy course, so you have nothing to lose. You can count on a 30-day 100% money-back guarantee if you don't like it.

Join us now and learn without limits!

Bạn sẽ học được gì

Learn how to create your own WordPress plugins with three amazing projects

Master the native WordPress APIs, work with your own tables, post types, shortcodes, widgets

Become independent of third-party tools by understanding in-depth how plugins work

Learn how to work with separate tables in WordPress using the powerful $wpdb class

Yêu cầu

  • You need some knowledge of object-oriented PHP, basic notions of MySQL, HTML and CSS
  • EXPERT LEVEL COURSE: DON'T TAKE IT if you don't meet the prerequisites mentioned above
  • You need to know how to install WordPress and work with a local server (localhost)

Nội dung khoá học

6 sections

Introduction

5 lectures
Introduction
09:55
FAQ - Frequently Asked Questions
00:04
Course materials (please, download them to follow the course)
00:36
General Instructions (MUST WATCH)
08:04
Important Notes
00:10

Before You Begin

4 lectures
Initial tips on tools used in this course
10:36
What are action and filter hooks
12:29
Action Hooks
10:57
Filters
10:07

Project #1 - MV Slider

45 lectures
Getting to know the MV Slider plugin project
08:11
Structuring the plugin
12:47
Plugins with classes Vs Plugins without classes
07:26
Defining constants
04:23
Activate, deactivate and uninstall methods
09:59
Creating the custom post type (CPT) for the plugin - part 1
08:24
Creating the custom post type (CPT) for the plugin - part 2
20:58
Metabox API - What are metaboxes?
08:51
Metabox API - Adding metaboxes
08:01
Metabox API - Creating forms for the metabox
03:57
Metabox API - Saving metabox's data
12:57
Metabox API - Validating and sanitizing data
10:00
Metabox API - Escaping data
09:12
Metabox API - Nonces and other validations
09:56
Metabox API - Adding values to the post type table
11:15
Adding menus to admin (part 1)
11:14
Adding menus to admin (part 2)
07:54
Settings + Options API - Introduction
04:35
Settings + Options API - Creating the form
05:50
Settings + Options API - Adding sections and fields (part 1)
11:19
Settings + Options API - Adding sections and fields (part 2)
06:31
Settings + Options API - Adding sections and fields (part 3)
15:47
Settings + Options API - Passing arguments to the created fields
06:46
Settings + Options API - Validating fields
08:12
Settings + Options API - Managing permissions and error messages
07:09
Settings + Options API - Splitting  sections into tabs
08:44
Shortcode API - Introduction
03:42
Shortcode API - Creating the shortcode class
10:17
Shortcode API - Downloading Flexslider's base files
05:15
Shortcode API - Creating the shortcode's view (part 1)
09:21
Shortcode API - Creating the shortcode's view (part 2)
09:49
Shortcode API - Creating the shortcode's view (part 3)
07:51
Shortcode API - Registering and enqueuing scripts( part 1)
10:56
Shortcode API - Registering and enqueuing scripts( part 2)
05:29
Shortcode API - Making some options dynamic ( part 1)
05:06
Shortcode API - Making some options dynamic ( part 2)
02:35
Shortcode API - Making some options dynamic ( part 3)
16:24
Translating the plugin (part 1)
05:36
Translating the plugin (part 2)
07:58
Translating the plugin (part 3)
09:33
Translating the plugin (part 4)
06:04
Translating the plugin (part 5)
05:20
Translating the plugin (part 6)
08:31
Uninstalling the plugin
11:59
Quiz #1
6 questions

Project #2 - MV Testimonials

18 lectures
Getting to know the MV Testimonials plugin project
06:57
Creating the custom post type (CPT) for the plugin
08:43
Creating custom fields with the Metabox API (part 1)
06:10
Creating custom fields with the Metabox API (part 2)
10:08
Widget API - Introduction
07:05
Widget API - Creating the widget's class
09:52
Widget API - Creating the widget's form
11:43
Widgets API - Saving widgets configuration data
08:12
Widgets API - Displaying the widget on the frontend (part 1)
05:48
Widgets API - Displaying the widget on the frontend (part 2)
11:50
Widgets API - Displaying the widget on the frontend (part 3)
03:53
Creating special templates for the plugin (part 1)
09:03
Creating special templates for the plugin (part 2)
11:40
Creating special templates for the plugin (part 3)
12:03
Creating special templates for the plugin (part 4)
11:41
Translating the plugin
04:26
Uninstalling the plugin
03:05
Quiz #2
4 questions

Project #3 - MV Translations

28 lectures
Getting to know the MV Translations plugin project
12:59
Advantages and disadvantages of custom tables
06:48
The $wpdb class - Creating a custom table
14:08
The $wpdb class - Creating pages upon plugin installation
10:31
Creating the CPT and the plugin's taxonomy
18:08
The $wpdb class - Registering the table for use
08:56
The $wpdb class - Selecting data with the get_results method
11:35
The $wpdb class - Inserting data using the insert method
16:03
The $wpdb class - Updating data using the update method
08:41
The $wpdb class - Deleting data using the delete method
06:45
Creating the class for the first shortcode
06:35
Creating the view for the shortcode (part 1)
07:50
Creating the view for the shortcode (part 2)
08:16
Creating the view for the shortcode (part 3)
09:00
Creating the view for the shortcode (part 4)
06:15
Creating the view for the shortcode (part 5)
04:39
Creating the view for the shortcode (part 6)
14:02
Creating the view for the shortcode (part 7)
13:36
Creating the view for the shortcode (part 8)
09:31
Creating the view for the shortcode (part 9)
16:44
Creating the view for the edit shortcode (part 1)
12:45
Creating the view for the edit shortcode (part 2)
10:50
Creating a specialized template for the plugin (part 1)
10:43
Creating a specialized template for the plugin (part 2)
14:30
Displaying the author's translations in the author's archive
04:34
Translating the plugin
03:12
Uninstalling the plugin
06:05
Quiz #3
5 questions

Conclusion

3 lectures
Making your plugins customizable - Filters
08:20
Making your plugins customizable - Action hooks
11:49
[BONUS LECTURE]
00:25

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.