Advertisement
sunilwu

Untitled

Oct 30th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. add_action( 'init', 'rtl_shows_cmbf', 9999 );
  2. /**
  3.  * Initialize the metabox class.
  4.  */
  5. function rtl_shows_cmbf() {
  6.  
  7.     if ( ! class_exists( 'cmb_Meta_Box' ) )
  8.         require_once(get_template_directory() . "/lib/cmbf/init.php" ) ;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement