There was an error while loading. Please reload this page.
28ebc09
Introduced a breaking change to the data_get() and data_set() functions. They are now name-spaced and use camel-case:
data_get()
data_set()
<?php use function \WP_Forge\Helpers\dataGet; use function \WP_Forge\Helpers\dataSet;