Meta Box
Support Forum
Support › General › Get PHP: what to do with text-domain and function name?
Hi,
Normally I use the MB Builder for Post Types but I want it do manually for now. I do Get PHP to get the code to insert in on my themes file. But what does the text-domain and function name?
Hi Cees,
They are the standard features of WordPress, please follow these documentations to know what is text-domain and action hooks. Text-domain: https://developer.wordpress.org/themes/functionality/internationalization/ Action hook (a function that you want to run on that action): https://developer.wordpress.org/plugins/hooks/actions/