Quote:
Originally Posted by CyberSEO
You can use PHP code like this:
Code:
$post['custom_fields']['my_custom_field'] = "my value 123";
|
tnx for it. I work now with tags. how to wrote value from custom field to tags?
Quote:
$post['custom_fields']['my_custom_field'] = $post['tags'];
|
?
tnx