woocommerce_product_options_pricing

woocommerce_product_options_pricing

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_product_options_pricing') is found 1 times:

  • /includes/admin/meta-boxes/views/html-product-data-general.php line 73
    				<input type="text" class="short" name="_sale_price_dates_to" id="_sale_price_dates_to" value="' . esc_attr( $sale_price_dates_to ) . '" placeholder="' . esc_html( _x( 'To&hellip;', 'placeholder', 'woocommerce' ) ) . '  YYYY-MM-DD" maxlength="10" pattern="' . esc_attr( apply_filters( 'woocommerce_date_input_html_pattern', '&#91;0-9&#93;{4}-(0&#91;1-9&#93;|1&#91;012&#93;)-(0&#91;1-9&#93;|1&#91;0-9&#93;|2&#91;0-9&#93;|3&#91;01&#93;)' ) ) . '" />
    				<a href="#" class="description cancel_sale_schedule">' . esc_html__( 'Cancel', 'woocommerce' ) . '</a>' . wc_help_tip( __( 'The sale will start at 00:00:00 of "From" date and end at 23:59:59 of "To" date.', 'woocommerce' ) ) . '
    			</p>';
    
    		do_action( 'woocommerce_product_options_pricing' );
    		?>
    	</div>
    
    	<div class="options_group show_if_downloadable hidden">
    		<div class="form-field downloadable_files">
    			<label><?php esc_html_e( 'Downloadable files', 'woocommerce' ); ?></label>
    

See this hook used in plugins: