WPDev.one
Core Function
View Source on Trac ↗

_list_meta_row()

_list_meta_row( mixed $entry, mixed $count )

Outputs a single row of public meta data in the Custom Fields meta box.

Parameters 2 required

Name / Type Description
$entry
array

An array of meta data keyed on 'meta_key' and 'meta_value'.

Required
$count
int

Reference to the row number.

Required

Return Value

(string)
A single row of public meta data.

Function Information

Since Version
2.5.0
Source File
wp-admin/includes/template.php
Advertisement