Filter: juiz_sps_list_of_item_tag

apply_filters( 'juiz_sps_list_of_item_tag', $element ) → {string}
Marks up the list item as a LI by default.

Parameters:

Name Type Default Description
$element string 'li' The element name of the list item.
Since:
  • 1.0.0 First version
Author:
Source:

Returns:

The element name of the list item.
Type
string