Prevent tags from being deleted automatically

Hi. Please help me, I found that plugin automatically delete empty tags with action
add_action( ‘hivepress/v1/events/hourly’, [ $this, ‘delete_empty_tags’ ] );
How can I simply remove this action in my child theme ? I don’t want that tags automaticaly deleted.

Please try the code snippet from this topic Stop automatically deleting tags - #4 by andrii

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.