1

Is it possible to render an existing page from my plugin controller?

Something like:

ipContent()->getPage($id)->render() 
Nick Volynkin
  • 14,023
  • 6
  • 43
  • 67
John
  • 123
  • 1
  • 6

1 Answers1

1

You have to find out the published revision of that page. And then generate the content of it

https://www.impresspages.org/page-content-by-id

Mangirdas Skripka
  • 1,647
  • 1
  • 15
  • 14