(function WP) wp_get_environment_type()

PHOTO EMBED

Mon Aug 22 2022 18:17:17 GMT+0000 (Coordinated Universal Time)

Saved by @miroune #php

<?php 

// Envoyer l'e-mail seulement si on est en production
if( wp_get_environment_type() == 'production' ) {
    wp_mail( $address, $subject, $content );     
}
content_copyCOPY

https://capitainewp.io/formations/developper-theme-wordpress/debugguer-code