Issue when Save a Post in BO
-
Hi All,
I had a problem when I save a post in BO
I used plugin “radio button for taxonomy” and this tax will not reindex-data to Elastic when I add new /update a post
I found a bug in file wp-content/plugins/fantastic-elasticsearch/wp/admin/hooks.php
– at row 10 : add_action(‘save_post’, array(&$this, ‘save_post’));
– and I changed it to add_action(‘save_post’, array(&$this, ‘save_post’), 20);It will fixed this issue
Please help me update code to this plugin
Thanks,
- The topic ‘Issue when Save a Post in BO’ is closed to new replies.