View Single Post
Old 08-16-2017, 08:16 AM  
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,332
Quote:
Originally Posted by magneto664 View Post
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";
__________________
Obey the Cowgod
just a punk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote