Solar_Markdown_Apidoc::cleanup()

public string Solar_Markdown_Apidoc::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.



Local