Solar_Markdown::cleanup()
public
string
Solar_Markdown::cleanup
( string $text
)
Runs the processed text through each plugin's cleanup() method.
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.