Mon Aug 02 2021 12:08:04 GMT+0000 (Coordinated Universal Time)
Saved by @rstringa
function console_log( $data ){ echo '<script>'; echo 'console.log('. json_encode( $data ) .')'; echo '</script>'; } console_log ( $variable );
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments