TestShortcodeCollection.

Add(string, string) Method

Summary

Adds a shortcode and specifies the result content.

Syntax

public void Add(string name, string result)

Parameters

Name Type Description
name string The name of the shortcode.
result string The result of the shortcode.

Return Value

Type Description
void
GitHub