Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to make return work
#1
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 ?
Reply


Messages In This Thread
how to make return work - by Felix - 2021-02-06, 21:12:30
RE: how to make return work - by shawn_a - 2021-02-07, 01:50:01
RE: how to make return work - by shawn_a - 2021-02-07, 02:10:03
RE: how to make return work - by shawn_a - 2021-02-07, 02:22:26
RE: how to make return work - by shawn_a - 2021-02-07, 02:25:46
RE: how to make return work - by Felix - 2021-02-07, 04:59:02



Users browsing this thread: 1 Guest(s)