Exemplo n.º 1
0
 function atp_custom_meta()
 {
     parent::atp_custom_meta();
     require_once MUSIC_DIR . 'events/events-meta.php';
     require_once MUSIC_DIR . 'artists/artist-meta.php';
     require_once MUSIC_DIR . 'albums/allbum-meta.php';
     require_once MUSIC_DIR . 'video/video-meta.php';
     require_once MUSIC_DIR . 'gallery/gallery-meta.php';
     require_once MUSIC_DIR . 'djmix/djmix-meta.php';
 }
Exemplo n.º 2
0
 /**
  * load custom meta.
  */
 function atp_custom_meta()
 {
     parent::atp_custom_meta();
     require_once AUTOTOW_DIR . 'location/location-meta.php';
     require_once AUTOTOW_DIR . 'booking/booking-meta.php';
 }