Skip to content

v2.0.0

Compare
Choose a tag to compare
@frozzare frozzare released this 10 Jun 14:19
· 24 commits to master since this release
  • New version with a function instead of definitions.

Example of your main php file.

require 'vendor/autoload.php';
register_wp_autoload('Digster\\', __DIR__ . '/src');

Example of src/class-plugin-loader.php

namespace Digster;
class Plugin_Loader {}

Example of src/trait-crawler.php

namespace Digster;
trait Crawler {}