Update aio meta with code
-
We no longer use the post meta table to save our data as that table is used by virtually every other plugin and is therefore very slow to query.
In the new version of AIOSEO, we added our own custom tables, aioseo_posts and aioseo_terms, where we store SEO meta data for your posts/terms.
How can i update now aioseo_keywords, aioseo_title, aioseo_description etc. with some function helper? It was easy update info with
update_post_meta($post->ID, '_aioseop_title', $title);
But now post meta don’t works. Maybe u has something like:
‘update_aioseo_meta($post->ID, ‘_aioseop_title’, $title);’
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Update aio meta with code’ is closed to new replies.