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