خطوط پتانسیل و جریان


سلام

add_shortcode(‘potential_stream_plot’, function() {
ob_start();
// …
return ob_get_clean(); // مهم!
});