woocommerce_product_export_row

woocommerce_product_export_row

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_product_export_row') is found 1 times:

  • /includes/admin/views/html-admin-page-product-export.php line 88
    								<input type="checkbox" id="woocommerce-exporter-meta" value="1" />
    								<label for="woocommerce-exporter-meta"><?php esc_html_e( 'Yes, export all custom meta', 'woocommerce' ); ?></label>
    							</td>
    						</tr>
    						<?php do_action( 'woocommerce_product_export_row' ); ?>
    					</tbody>
    				</table>
    				<progress class="woocommerce-exporter-progress" max="100" value="0"></progress>
    			</section>
    			<div class="wc-actions">
    				<button type="submit" class="woocommerce-exporter-button button button-primary" value="<?php esc_attr_e( 'Generate CSV', 'woocommerce' ); ?>"><?php esc_html_e( 'Generate CSV', 'woocommerce' ); ?></button>