2021-02-06, 21:12:30
Hi,
In some cases I do not want to echo, but need to return the content of:
get_page_content();
get_component();
======================================
The following does not work:
get_page_content(false);
return_page_content();
get_component(false);
return_component();
======================================
Does anyone know a way to make return work for this ?
In some cases I do not want to echo, but need to return the content of:
get_page_content();
get_component();
======================================
The following does not work:
get_page_content(false);
return_page_content();
get_component(false);
return_component();
======================================
Does anyone know a way to make return work for this ?