Quote:
Originally Posted by magneto664
Hi cyberseo - how to create a custom code with a value for example I have few feeds and would like a control cutom_field with my own value.
for example
my_custom_field with "value" = "my value 123"
tnx.
|
You can use PHP code like this:
Code:
$post['custom_fields']['my_custom_field'] = "my value 123";