function remap_featured_images() {}
seems to do that but:
is commented
depends upon $processed_posts
... which "obsolete" and thus not used
As a consequence, no thumbnail remapping currently happen.
Is it left to "implementers"? Is it just "needs work", and if yes, then where should new code live?
function remap_featured_images() {}
seems to do that but:$processed_posts
As a consequence, no thumbnail remapping currently happen. Is it left to "implementers"? Is it just "needs work", and if yes, then where should new code live?