4 lines
227 B
PHP
4 lines
227 B
PHP
<?php
|
|
require_once ONECOM_WP_PATH . 'modules' . DIRECTORY_SEPARATOR . 'error-page' . DIRECTORY_SEPARATOR . 'inc' . DIRECTORY_SEPARATOR . 'classes' . DIRECTORY_SEPARATOR . 'class-onecom-error-page.php';
|
|
new Onecom_Error_Page();
|