woocommerce_translations_updates_for_ . $plugins[ $plugin ][slug], false

woocommerce_translations_updates_for_ . $plugins[ $plugin ][slug], false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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();