woocommerce_translations_updates_for_

woocommerce_translations_updates_for_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

apply_filters('woocommerce_translations_updates_for_') is found 1 times:

  • /includes/admin/helper/class-wc-helper-updater.php line 524
    				 * 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();