Fetch media categories
-
I am trying to get it to fetch media categories. Right now I tried media_category but that still pulls post categories. What would I need to change to pull in library?
$swp_media_category_dropdown_args = array(
‘show_option_all’ => __( ‘Sections’ ),
‘name’ => ‘swp_media_category_limiter’,
‘taxonomy’ => ‘taxonomy_name’
);
wp_dropdown_categories( $swp_media_category_dropdown_args
- The topic ‘Fetch media categories’ is closed to new replies.