Transforms a kebab-case string to camelCase.
Parameters
$str
stringrequired- The kebab-case string to transform to camelCase.
Source
/*
* If this tag will visit its closer tag, it adds it to the tag stack
* so it can process its closing tag and check for unbalanced tags.
*/
if ( $p->has_and_visits_its_closer_tag() ) {
$tag_stack[] = array( $tag_name, $directives_prefixes );
}
}
}
/*
* If the matching opener tag didn't have any directives, it can skip the
User Contributed Notes
You must log in before being able to contribute a note or feedback.