[insert_php]
$brain_id = $_GET[‘brain_id’];
$brain_label = $_GET[‘label’];
$brain_name = ‘m’.$brain_id;
echo ‘

‘.strtoupper(‘ID: ‘.$brain_name).’

‘;
echo ‘wpDataTable with provided ID not found!‘;
[/insert_php]

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *