Advertisement
Menekko

Untitled

Oct 24th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. <?php
  2.  
  3. if ( ! defined( 'ABSPATH' ) ) exit;
  4.  
  5. require_once( 'includes/class-dportfolio-ptype.php' );
  6. require_once( 'includes/class-dportfolio.php' );
  7.  
  8. function DPortfolio() {
  9.  
  10.     $instance = DPortfolio::instance( __FILE__, '1.0' );
  11.    
  12.     $instance->post_type = DPortfolioPType::instance( $instance );
  13.  
  14.     return $instance;
  15.  
  16. }
  17.  
  18. DPortfolio();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement