What is it?
-
functions-html-output.php
What is it? <html id=”arve”>
function arve_html_id( $html_attr ) {
if( ! arve_contains( $html_attr, ‘id=’ ) ) {
$html_attr .= ‘ id=”arve”‘;
}
return $html_attr;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘What is it?’ is closed to new replies.