Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 783 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 783 Bytes

waclawjacek.com Code Examples

This repository hosts the code examples that accompany articles published on waclawjacek.com.

Repository structure

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.

Available examples

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/

License

All of the examples are licensed under the GNU General Public License version 2 or later - see the LICENSE file for details.