Creating WordPress Plugins The Right Way

所在平台: Udemy

课程主页: https://www.udemy.com/course/wordpress-plugin-development/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:正确方式创建WordPress插件 课程概述:本课程提供100%的问答率,所有问题都会在24小时内得到回答。请在注册前仔细阅读“此课程适合谁?”部分。本课程要求具备编程基础,不适合没有编程基础的学生。如果你希望了解如何创建插件,以免失去客户并提升自己的技能,这门课程正是你的不二选择。通过学习WordPress插件引擎的使用,你将打破对第三方工具的依赖,掌握强大的知识,助力你获得新客户,经济独立,或至少换得一份新工作或升职。 课程亮点:课程包含约100节课,分为三个主要项目,教授作者十年来在WordPress工作中积累的全面知识。所用的完全是原生WordPress工具,不使用任何插件。主要学习内容包括: 1. 利用WordPress的动作钩子和过滤器来控制插件行为和增强灵活性。 2. 使用PHP类和对象,使项目结构更清晰灵活。 3. 利用WordPress的主API、类和函数创建插件,包括设置、选项、小工具、短代码等等。 4. 创建自定义文章类型和分类,使WordPress成为任何项目的理想框架。 5. 在前端和后台添加样式表和JavaScript,并通过选项页面进行控制。 6. 学习插件的安装、停用和卸载过程。 7. 控制前端模板,以及创建类似WooCommerce的模板覆盖系统。 8. 使用WordPress数据库创建自定义表,并执行CRUD操作。 9. 创建可安全提交数据的前端接口,让用户无需访问WordPress后台提交信息。 10. 确保插件的安全性,包括使用安全性措施如nonces和权限管理。 11. 学习如何让插件具备国际化功能,确保其能够被全球用户使用。 课程结构:课程通过三个项目组织,逐步深入。在第一个项目中,将创建一个动态可自定义的幻灯片插件,涵盖目录结构、插件管理、中间主题等内容。第二个项目将涉及一个评论插件,学习更多关于小工具API和HTML模板控制的知识。第三个项目将集中于创建自定义数据库表,使用$wpdb类管理数据,并为用户提供前端提交数据的接口。 适合人群:本课程建议给程序员、IT学生、网页开发者、网页设计师或任何精通PHP、HTML、CSS的专业人士,前提是具有面向对象编程的基础。 与众不同之处:课程提供迅速的疑问解答,学生反馈老师解释清晰,深度恰到好处,确保学习进度不受阻碍。 是否准备好参加本课程?可观看免费的试听课程,并享受30天的无条件退款保证。加入我们,畅游学习的世界!

课程评论(0条)

课程详情

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!

课程标签

0人关注该课程

主题相关的课程