Update tag_id title / description with PHP does not work
-
// Update the SEO description for the tag $result_desc = update_term_meta($tag_id,'_yoast_wpseo_metadesc', $seo_description); if (is_wp_error($result_desc)) { echo "Term meta update for SEO description failed with error: " . $result_desc->get_error_message(); } else { echo "Term meta for SEO description updated successfully!"; }
Trying to update tag with above code, but it does not work. What could be the solution?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Update tag_id title / description with PHP does not work’ is closed to new replies.