Quote:
Originally Posted by fris
curious why are you using $post ?
You might run into any issues with the WordPress post object being called $post as well?
|
The plugin uses it because WordPress uses it too. CyberSEO simple allows you to modify the $post array
right before it goes to the
wp_insert_post function.