Advertisement
sunilwu

Untitled

Oct 30th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function cmb_initialize_cmb_meta_boxes() {
  2.  
  3. if ( ! class_exists( 'cmb_Meta_Box' ) )
  4. require_once(get_template_directory() . "/lib/cmbf/init.php" ) ;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement