Hello! I notice the tutorial recommends the following LocalSettings syntax:
require_once "$IP/extensions/googleAnalytics/googleAnalytics.php";
Can I use the newer syntax to be consistent on my wiki?
wfLoadExtension( 'googleAnalytics' );
Thanks!