This repository hosts the code examples that accompany articles published on waclawjacek.com.
Each directory hosts a separate example.
You can browse the code via GitHub's browser to access parts of the code of a specific example or fork the repository to get the entire code.
An example WordPress plugin that will only execute its actual logic if other plugins it depends on are running.
Related blog article: https://waclawjacek.com/check-wordpress-plugin-dependencies/
All of the examples are licensed under the GNU General Public License version 2 or later - see the LICENSE file for details.