output_format_list

OutputFormat-related functions

Summary

output_format_list(bool $list = 1, string $delimiter =)

Return an HTML list containing all available output format contexts for the current action.

Parameters:
  • $list (bool) – True = unordered list; False = use delimiter
  • $delimiter (string) – If the first argument is false, use this as a delimiter.
Returns:

string|bool HTML

Usage

Examples

See Also

Project Versions

Table Of Contents

Previous topic

get_current_action_contexts

Next topic

xml_escape

This Page