May 11, 2024 — When developing themes or plugins for a WordPress multisite network, there are a few things to consider that are slightly different from developing for a single site WordPress install.
In this lesson, you’ll discover some differences to consider, and how to ensure your plugins and themes are supported for multisite.
May 11, 2024 — WordPress core includes a set of functions and hooks that control certain aspects of the network, or individual sites on the network.
In this lesson, you’ll learn about multisite specific function naming conventions to be aware of, and then dive into some useful multisite specific functions and hooks you can use. Finally, you’ll learn about developing for individual sites in a network, as well as were to go for more information about multisite functions and hooks.
May 11, 2024 — With the basics of managing a multisite network under your belt, it’s time to look at some more advanced multisite management tasks.
Let’s dive into the different possible site statuses, what happens when you delete a site, how to export a single site from a multisite network to its own install, and how to convert a multisite network install back to a single site install.
May 11, 2024 — Managing a WordPress Multisite network is slightly different from managing a single site WordPress install.
In this lesson, you’re going to learn how to manage a WordPress multisite network.
You will learn about the Network Admin dashboard, and the options available in the Network Settings page, as well as different ways to create and manage sub-sites on the network.
May 11, 2024 — A WordPress multisite network is a way to host multiple WordPress sites on a single WordPress installation.
In this lesson, you will learn more about WordPress multisite, why you would consider setting up a multisite network, and the steps to follow to create one.
May 11, 2024 — In order to get started on internationalizing your code, you need to understand the functions that WordPress provides to help you with this process.
In this lesson, you will learn about the most commonly used internationalization functions in WordPress, and how to use them in your code.
May 11, 2024 — Internationalization is the process of developing software in a way that it can easily be translated into other languages without any changes to the source code.
Let’s learn what internationalization is in the context of WordPress, why it is important, and learn where to find more information on how to implement it in your WordPress development.
May 11, 2024 — In this lesson, you’ll learn about some tools available to test your code for security vulnerabilities, and a brief introduction on how to use them.
You will also learn where to find more information about critical security risks to web applications.
May 11, 2024 — A more “real world” example of fixing common vulnerabilities, covering SQL Injection, Cross Site Scripting, Cross-site Request Forgery, Broken Access Control, and Open Redirects
May 11, 2024 — A short introduction to developing with a security mindset, covering the most common principles to consider when writing code.