golden hour
/home/godaofbq/besthyperbaric.com/wp-content/plugins/oxygen/plugin/global-default-stylesheets
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
420 B
Del
OK
base.php
351 B
Del
OK
Edit: base.php
<?php namespace Breakdance\GlobalDefaultStylesheets; class GlobalDefaultStylesheetsController { use \Breakdance\Singleton; /** @var string[] */ public $stylesheetUrls = []; /** * @param string $stylesheetUrl */ public function register($stylesheetUrl) { $this->stylesheetUrls[] = $stylesheetUrl; } }
Save