Replies: 0
Hi Jeffrey,
I used Media Library Categories that you coded in my site. I like the new way to manage the media file.
But in one case, I found that the custom categories name can’t show after bulk add action. I have done some debug work, but failed.
Could you help me for the case ? Thanks!
The detail info:
WP 4.7.3
Media Library Categories 1.5.6
Sys language :zh_ch
funtion.php: add_filter( ‘wpmediacategory_taxonomy’, function(){ return ‘category_media’; } );
Step 1: add a new cat ‘A’
Step 2: add some pics in media library(use defalut cat)
Step 3: check the checkbox of pics, and bulk add cat ‘A’ , apply it
Step 4: system show action execute success
Step 5: refresh the media library page, the pic category name shows “-“,Not ‘A’