We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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;