WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_required_field_indicator

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 5185 /**
* Filters the markup for a visual indicator of required form fields.
*
* @since 6.1.0
*
* @param string $indicator Markup for the indicator element.
*/

Hook Parameters

Parameter Type Name Description
string $indicator Markup for the indicator element.