> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/yaymail/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/yaymail/integrations/user-meta.md).

# User meta

In file Shortcodes.php, add your user meta shortcode list

![](/files/A0a0TnLzPNWSwKRR8cJZ)

In the collectOrderData function add this code along with the shortcode name added above

Add this code like below\
$shortcode\['\[yaymail\_user\_meta\_fpso]'] = get\_user\_meta( $user\_data->ID, 'fpso', true);\
\- 1 : is the meta key of the user meta &#x20;

![](/files/lfZ9fNLgp5w3NtfEsUGF)
