get_body_after_prefix
get_body_after_prefix($prefix,$as_html=true); - get the part of the page body after the specified prefix (string)
the input Function accepts parameters:
$prefix – string to find in the page body $as_html – when searching and displaying results, treat the page body as html (true) or just as text (false)
After testing, the function returns the result of its work to the script :
part of the Page body – the specified part of the body of the current page