waclawjacek / code-examples

Code examples accompanying articles posted on waclawjacek.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Code examples accompanying articles posted on waclawjacek.com

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%