What code can I add to functions to load the previously installed wordpress plug-in into my new theme?

Let me ask you a question.
has made a new wodpress theme by myself. What code can I add to functions to load the previously installed wordpress plug-in
into my new theme?


you have solved it yourself

<?php
    wp_head();
    wp_footer();
?>
Menu