I know that.
I have using it with right key:
if( ‘MY_KEY_ID_FROM_BUILDER’ != $field[ ‘key’ ] ) continue;
But it was not working.
I found the reason – and the reason was default value of the field ->
it overwrites everything, even this function hook.
Is there any solution for this issue?