示例#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);
}