woocommerce_exporter_product_types

woocommerce_exporter_product_types

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_exporter_product_types') is found 1 times:

  • /includes/admin/class-wc-admin-exporters.php line 216

    Warning: Undefined array key 220 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 221 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *     @type string Product type key - eg 'variable', 'simple' etc.
    		 *     @type string A translated product label which appears in the export product type dropdown.
    		 * }
    		 */
    		return apply_filters( 'woocommerce_exporter_product_types', $product_types );
    	}
    }
    
    new WC_Admin_Exporters();