Quote:
Originally Posted by magneto664
I don't know is a correct but i find in
table wp_postmeta under a:
meta_key
and value:
_yoast_wpseo_title
_yoast_wpseo_metadesc
I think this is same place where saved is other custom fields keys
tnx.
|
Yes, these are the custom fields so this code should work:
Code:
$post['custom_fields']['_yoast_wpseo_title'] = 'blah blah blah';
$post['custom_fields']['_yoast_wpseo_metadesc'] = 'blah blah blah';