• Is it possible for me to query the database of media categories and get the ID for a specific media category based on it’s slug? Something like:

    $cat_id = get_media_category_id(‘category-slug’);

  • The topic ‘Getting Media Category ID by slug’ is closed to new replies.