system/phocaopengraph call to undefined method document\rawdocument::addcustomtag()
Posted: 10 May 2023, 17:43
I have a custom format on a website (format=csv).
The plugin checks the docType and returns against a fixed set of possible formats. However formats are not limited to these.
Possible solutions return on docType != 'html', do a method_exists or check $document against class name.
The plugin checks the docType and returns against a fixed set of possible formats. However formats are not limited to these.
Possible solutions return on docType != 'html', do a method_exists or check $document against class name.