0
votes
1answer
80 views

Migrated from localhost to server and cannot get custom_fields content anymore

So i migrated from localhost to my server, everything is working but my plugin cannot get the custom fields data anymore. I get my custom fields this way: $customs = get_post_custom($nodeid); ...