Render attributes

The function is used to render custom attributes on an element such as classes and data-attrbiutes. It supports the following properties: Name Type Default Description tag_id String ‘wrapper’ Creates render attribute for tag id if doesn’t exists attribute String ‘class’ Adds an attribute to the tag_id value String Adds the value to the mentioned attribute In php files, render attributes function is used […]