Current File : /home/quantums/theartoflevelingup.net/wp-content/plugins/pretty-link/app/lib/PrliBaseController.php
<?php if(!defined('ABSPATH')) { die('You are not allowed to call this page directly.'); }

abstract class PrliBaseController {
  abstract public function load_hooks();
}