CommentField::find()

Find comments matching given selector

Usage

// basic usage
$items = $commentField->find($selectorString);

// usage with all arguments
$items = $commentField->find($selectorString, array $options = []);

Arguments

NameType(s)Description
$selectorString
$options (optional)array

Return value


CommentField methods and properties

API reference based on ProcessWire core version 3.0.251