예제 #1
0
파일: foo.php 프로젝트: besimhu/legacy
function show_custom_meta_box_for_foo()
{
    global $foo_meta_fields, $post;
    custom_meta_view($foo_meta_fields, "custom_meta_box_nonce_foo", wp_create_nonce(basename(__FILE__)), $post);
}
예제 #2
0
파일: course.php 프로젝트: besimhu/legacy
function show_custom_meta_box_for_course()
{
    global $course_meta_fields, $post;
    custom_meta_view($course_meta_fields, "custom_meta_box_nonce_course", wp_create_nonce(basename(__FILE__)), $post);
}