Is simply placing <b>add_editor_style()</b> in the <b>functions.php</b> file the best practice, or is it better to wrap it in a theme function and call that with <b>add_action()</b>?<br>