Adding custom fields to a posts module response

Hello! I’m wondering if there is a php filter that I could use to add custom fields to a “posts” module’s response?

Edit: I thought maybe i’d give an example… so lets say I setup a custom post type and I add a field for… “cost” or something and then I want to pull those posts onto the homepage using the posts module, ideally, maybe with a hook, I could then pull the “cost” field along with the standard title and description as well?

Hi Nic,

Unfortunatley, there aren’t. However, you could add this functionality, by overriding the post module using the article below.

http://forum.wpbeaverbuilder.com/custom-module-documentation/#override-built-in

Thanks,
Danny