Skip to content
Compare
Choose a tag to compare
@wpscholar wpscholar released this 06 Jan 13:15

Introduced a breaking change to the data_get() and data_set() functions. They are now name-spaced and use camel-case:

<?php

use function \WP_Forge\Helpers\dataGet;
use function \WP_Forge\Helpers\dataSet;