Comment::getMeta() method

Get meta data property value (custom fields for comments)

Note: values returned are exactly as they were set and do not go through any runtime formatting for HTML entities or anything like that. Be sure to provide your own formatting where necessary.

Available since version 3.0.203.

Usage

// basic usage
$string = $comment->getMeta();

// usage with all arguments
$string = $comment->getMeta($key = null);

Arguments

NameType(s)Description
key (optional)null, string

Name of property to get

Return value

string array int float mixed null

Returns value or null if not found


Comment methods and properties

API reference based on ProcessWire core version 3.0.214

Twitter updates

    Error retrieving Twitter status

Latest news

  • ProcessWire Weekly #473
    In the 473rd issue of ProcessWire Weekly we'll check out latest core updates, introduce new third party module called Template Fragment Controller, and more. Read on!
    Weekly.pw / 3 June 2023
  • A look at the new Page Edit Restore module
    The new Page Edit Restore module helps to prevent page edits in the admin from getting lost when the user’s session is lost. This post covers it in detail.
    Blog / 12 May 2023
  • Subscribe to weekly ProcessWire news

“Indeed, if ProcessWire can be considered as a CMS in its own right, it also offers all the advantages of a CMF (Content Management Framework). Unlike other solutions, the programmer is not forced to follow the proposed model and can integrate his/her ways of doing things.” —Guy Verville, Spiria Digital Inc.