328 | | * @param bool $allowed Whether the user can add the post meta. Default false. |
329 | | * @param string $meta_key The meta key. |
330 | | * @param int $post_id Post ID. |
331 | | * @param int $user_id User ID. |
332 | | * @param string $cap Capability name. |
333 | | * @param array $caps User capabilities. |
| 328 | * @param bool $allowed Whether the user can add the post meta. Default false. |
| 329 | * @param string $meta_key The meta key. |
| 330 | * @param int $object_id Object ID. |
| 331 | * @param int $user_id User ID. |
| 332 | * @param string $cap Capability name. |
| 333 | * @param array $caps User capabilities. |
350 | | * @param bool $allowed Whether the user can add the post meta. Default false. |
351 | | * @param string $meta_key The meta key. |
352 | | * @param int $post_id Post ID. |
353 | | * @param int $user_id User ID. |
354 | | * @param string $cap Capability name. |
355 | | * @param array $caps User capabilities. |
| 350 | * @param bool $allowed Whether the user can add the post meta. Default false. |
| 351 | * @param string $meta_key The meta key. |
| 352 | * @param int $object_id Object ID. |
| 353 | * @param int $user_id User ID. |
| 354 | * @param string $cap Capability name. |
| 355 | * @param array $caps User capabilities. |