Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $class_path = plugin_dir_path(__FILE__) . 'controller/FW-class.php';
  2. require_once ( $class_path );
  3.  
  4. function __construct(){
  5. $path = "C:\xampp\htdocs\test\wp-content\plugins\fw/view/views.class.php";
  6. require_once( $path );
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement