Post_Meta::render_meta_list( array $order, bool $as_list = true, $post_id = null )
Render meta list.
Parameters
- $order
-
(Required) the order array. Passed through the action parameter.
- $as_list
-
(Optional) Flag to display meta as list or as text.
Default value: true
-
(Required) | null $post_id Post id.
Source
File: inc/views/partials/post_meta.php
Expand full source code Collapse full source code View on Github