Function Signature:
_prime_site_caches
Function Description:
Adds any sites from the given IDs to the cache that do not already exist in cache.
Function Examples:
⚠️ Examples below are generated with GPT-3 once every hour. Do not take them too seriously.
Consider them as some extra input in your learning process - reason about them. Will it work? What could fail?
// Example 1: Prime site caches for all post types
_prime_site_caches( array( 'post', 'page', 'product' ) );
// Example 2: Prime site caches for specific taxonomies
_prime_site_caches( array( 'category', 'post_tag' ) );
// Example 3: Prime site caches for specific post IDs
_prime_site_caches( array( 10, 20, 30 ) );