예제 #1
0
 /**
  * Callback function for the metabox action.
  * This method is calling a rendering method in a script in the `partials`
  * folder.
  */
 public static function build_meta_box_check_in($post)
 {
     wp_nonce_field(Akses_Visit::get_nonce_context(get_the_ID()), Akses_Visit::VISIT_NONCE);
     $visit = Akses_Visit::get_visit(get_the_ID());
     akses_render_metabox_check_in($visit);
 }