Skip to content

2.0

Choose a tag to compare

@wpscholar wpscholar released this 06 Jan 13:15
· 4 commits to master since this release

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;