Closed timbocode closed 4 years ago
Perfect. I'm glad we have a "real" solution for this now. Thanks for the PR.
Updating the cache buster won't hurt anything, but for future reference this is only necessary when the externally enqueued JS or CSS files change.
Twitter card info is currently generated using the
cp_insert_twittercard_tags()
infunctions.php
.There are two issues with this:
twitter:image
meta incp_insert_twittercard_tags()
is currently set to an image that does not exist. With this being hard coded, it is not so easy to change.This PR removes the above function from
functions.php
and allows CPSEO to handle social media tags.