Documentation

Deprecated

Table of Contents

axacf.php
vendor/composer/InstalledVersions.php

axacf.php

Line Element Reason
116 axacf::getVar()
  • if not necessary, do not use this method
  • perf issue

Get an Acf value in FO : {axacf::getVar('my_field_name', 'cms', $cms->id)}

InstalledVersions.php

Line Element Reason
260 InstalledVersions::getRawData()

Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.

Search results