Queue term meta for lazy-loading.
Parameters
$term_ids
arrayrequired- List of term IDs.
Source
return update_meta_cache( 'term', $term_ids );
}
/**
* Queue term meta for lazy-loading.
*
Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |
Queue term meta for lazy-loading.
$term_ids
arrayrequired return update_meta_cache( 'term', $term_ids );
}
/**
* Queue term meta for lazy-loading.
*
Version | Description |
---|---|
6.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.