This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace DressPress; | |
final class Autoloader | |
{ | |
private $namespace; | |
private $filepath; | |
public function __construct(string $namespace, string|null $filepath = null, bool $throw = true, bool $prepend = false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name | |
* | |
* @package PluginPackage | |
* @author Your Name | |
* @copyright 2019 Your Name or Company Name | |
* @license GPL-2.0-or-later | |
* | |
* @wordpress-plugin |