You appear to be a bot. Output may be restricted
Description
Return a required field markerProvide a visual indicator that the field is required.
Usage
$string = bw_default_required_marker();
Parameters
Returns
string span of class required with an asterisk representing requiredSource
File name: oik-fields/shortcodes/oik-new.phpLines:
1 to 3 of 3
function bw_default_required_marker() { return( '<span class="required">*</span>' ) ; }View on GitHub