apply_filters( 'the_meta_key', string $html, string $key, string $value )

Filters the HTML output of the li element in the post custom fields list.


Description Description


Parameters Parameters

$html

(string) The HTML output for the li element.

$key

(string) Meta key.

$value

(string) Meta value.


Top ↑

Source Source

File: wp-includes/post-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.