apply_filters( 'wp_required_field_indicator', string $indicator )

Filters the markup for a visual indicator of required form fields.


Parameters

$indicator string
Markup for the indicator element.

Top ↑

Source

File: wp-includes/general-template.php. View all references

return apply_filters( 'wp_required_field_indicator', $indicator );


Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.

Top ↑

User Contributed Notes

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