Open team-ok opened 7 years ago
Hi, I noticed that the _add_metadata_preview_filter method never gets called. Is this intentional? Why is the add_filter function it uses not called in the constructor?
_add_metadata_preview_filter
@team-ok - ah, right. this looks like its for previews, needs some more testing - i pushed a fix in https://github.com/adamsilverstein/wp-post-meta-revisions/compare/correct-preview-revision-filter?expand=1
Hi, I noticed that the
_add_metadata_preview_filter
method never gets called. Is this intentional? Why is the add_filter function it uses not called in the constructor?