woocommerce_translations_updates_for_ . $plugins[ $plugin ][slug], false
woocommerce_translations_updates_for_ . $plugins[ $plugin ][slug], false
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_translations_updates_for_ . $plugins[ $plugin ][slug], false') is found 1 times:
- /includes/admin/helper/class-wc-helper-updater.php line 536
* Filters the plugins that are subscribed to the automatic translations updates. * * @since 3.7.0 */ return apply_filters( 'woocommerce_translations_updates_for_' . $plugins[ $plugin ]['slug'], false ); } ); // Nothing to check for, exit. if ( empty( $active_for_translations ) ) { return array();