コード例 #1
0
 public static function meta_content()
 {
     $class_name = get_called_class();
     global $post;
     wp_nonce_field(plugin_basename(__FILE__), $class_name . '_nonce');
     custom_fields::meta_content($post->ID, $class_name::$fields);
 }