1
I made a custom function in functions.php in the Wordpress theme.
I need to get the data from the wp_postmeta table, but I’m not getting it. It seems to be a runtime problem(The data is not saved yet).
Where can I place the call of my function to run it, after Wordpress saves the data from the Wordpress post?
Is there any callback to help?