WP: Insert [short-code] in .php

If you want to insert short-code in the .php code you can do it this way :

<?php
    echo do_shortcode('[ ..... ]');
?>