“WooCommerce_thankyou Hook” Código de respuesta

WooCommerce_thankyou Hook

add_action( 'woocommerce_thankyou', 'action_function_name_6612' );
function action_function_name_6612( $order_id ){
	// action...
}
Victorious Vole

WooCommerce_thankyou Hook

add_action( 'woocommerce_thankyou', 'action_function_name_6612' );
function action_function_name_6612( $order_id ){
	// action...
}
Victorious Vole

WooCommerce gracias página

/**
 * @snippet       WooCommerce add text to the thank you page
 * @how-to        Get CustomizeWoo.com FREE
 * @author        Rodolfo Melogli
 * @testedwith    WooCommerce 4.5
 */
  
add_action( 'woocommerce_thankyou', 'bbloomer_add_content_thankyou' );
  
function bbloomer_add_content_thankyou() {
   echo '<p>Some HTML content!</p>';
}
andrew mosaka

Respuestas similares a “WooCommerce_thankyou Hook”

Preguntas similares a “WooCommerce_thankyou Hook”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código