HOME


Mini Shell 1.0
DIR: /var/www/yme/wp-content/plugins/simply-static/src/handlers/
Upload File :
Current File : /var/www/yme/wp-content/plugins/simply-static/src/handlers/class-ss-handler-404.php
<?php

namespace Simply_Static;

class Handler_404 extends Page_Handler {


	public function get_relative_dir( $dir ) {
		return '404/';
	}
}