wp_popular_terms_checklist
wp_popular_terms_checklist ( $taxonomy, $default = 0, $number = 10, $echo = true )
Parameters:- (string) taxonomy Taxonomy to retrieve terms from.
- (int) default Not used.
- (int) number Number of terms to retrieve. Defaults to 10.
- (bool) echo Optionally output the list as well. Defaults to true.
Returns:- (int[]) Array of popular term IDs.
Defined at: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —