Previous Page
apiVersion()

Solar_Markdown_Extra
cleanup()

Next Page
dump()

cleanup()

public string cleanup ( string $text )

Runs the processed text through each plugin's cleanup() method.

Inherited from Solar_Markdown.

Parameters

  • (string) $text: The processed text.

Returns

  • (string) The processed text after cleanup.

Description

Runs the processed text through each plugin's cleanup() method.

This is so that the plugins can "clean up" after all main has been completed.