wordpress-interop
wordpress-interop copied to clipboard
Moving from MAPPED_FIELDS to getMappedFields()
abstract class AbstractEntityRepository implements EntityRepositoryInterface
{
abstract protected function getMappedFields(): array;
Do you plan something like this?
It's planned for 2.x (MAPPED_FIELDS has been deprecated in https://github.com/williarin/wordpress-interop/releases/tag/1.11.4), although I have no idea when this will be released as I haven't found new features to add yet.