|

Bulk Editing for Video Category Names

Video Gallery widget for Ultimate Addon for Elementor comes with a feature to add Category for every video in the gallery.

These categories help one set filters for the Gallery. You can read more about itĀ here.

But, it so happens that sometimes you want to change the category name. So in that scenario, you might need to edit each video and edit the name, which is quite a tediousĀ task to do.

Do not worry, we have a rescue filter available for this. This filter will help you bulk edit a particular category name. It is used as shown below.

add_filter( 'uael_video_gallery_filters', function( $filters ) {
$filters['vimeo'] = 'My edited Vimeo title';
return $filters;
}, 1, 1 );

This will change the category name with Vimeo toĀ  My Edited Vimeo Title.

Was this doc helpful?
What went wrong?

We don't respond to the article feedback, we use it to improve our support content.

Scroll to Top