Almost all the plugins have similar code in their prepareRow methods to retrieve metadata about their WordPress counterparts. This can be made more reusable. Refactor the query in the base class so that it is available to all child classes.
Almost all the plugins have similar code in their prepareRow methods to retrieve metadata about their WordPress counterparts. This can be made more reusable. Refactor the query in the base class so that it is available to all child classes.
Comments
Comment #3
hussainwebAdded new method
getMetaValuesfor this purpose.