Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/post-template.php | apply_filters | 1140 | /** * Filters the HTML output of the li element in the post custom fields list. * * @since 2.2.0 * * @param string $html The HTML output for the li element. * @param string $key Meta key. * @param string $value Meta value. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $html | The HTML output for the li element. |
string | $key | Meta key. |
string | $value | Meta value. |