Home›Support›English Support›[Waiting for user confirmation] https://wpml.org/forums/topic/message-keeps-showing-i-click-run-then-the-message-just-comes-back/
[Waiting for user confirmation] https://wpml.org/forums/topic/message-keeps-showing-i-click-run-then-the-message-just-comes-back/
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
We are still working on this. The ticket has been forwarded to our second-tier team for further investigation. We will get back to you as soon as possible with an update. Please wait.
We ran detailed tests on a clean installation. After running the following query, the warning no longer appears. We were unable to reproduce the issue. Please check the attached screencast for more details: hidden link
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`)
VALUES ('wc_product_tabs_made_fields_translatable', 'on', 'yes');
We also confirmed that this notification is triggered by the WooCommerce Product Tabs plugin. You can see the related code in the following file: woocommerce-product-tabs-pro/src/Admin/Product_Editor_Tabs.php on line 345.
echo '<div class="notice notice-info is-dismissible">
<p>'. __( 'If you have used WPML to translate the tab custom content fields, please click on the button below to make them translatable in the Translation Editor.', 'woocommerce-product-tabs' ) .'</p>
<p><a href="' . esc_url( $url ) . '" class="button button-primary">Run Now</a></p>
</div>';
If the issue persists, we kindly recommend contacting the plugin author for further assistance. Thank you for your kind understanding.