woocommerce_translations_updates_for_

woocommerce_translations_updates_for_

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_translations_updates_for_') is found 1 times:

  • /includes/admin/helper/class-wc-helper-updater.php line 248
    		*/
    		$active_for_translations = array_filter(
    			$active_woo_plugins,
    			function( $plugin ) use ( $plugins ) {
    				return apply_filters( 'woocommerce_translations_updates_for_' . $plugins[ $plugin ]['slug'], false );
    			}
    		);
    
    		// Nothing to check for, exit.
    		if ( empty( $active_for_translations ) ) {
    			return array();