get_document_body
get_document_body($as_html=true); - get the body of the page document
The function accepts parameters as input:
$as_html – when displaying results, process the page body as html (true) or just as text (false)
After testing, the function returns the result of its work to the script :
Page Document body – get the document body of the current page