I’ve got the “Add element ID as needed” feature switched on in Bricks settings.
I’ve got 2 buttons created, in DOM it just shows the standard CSS class for bricks button, correct.
Although the ID doesn’t show up in DOM, I can still see it in the Bricks editor, for example: ‘brxe-youml’ (as on the screenshot). I can copy the ID.
I’ve created a PHP conditional logic snippet and used this ID, as well as the second ID for the other button in the snippet. It works, and both button elements are showing as per specified conditions.
But even after the ID has been used in the PHP snippet, the DOM hasn’t changed and the ID of the button element is still not showing up in DOM.
So, should the ID be coming up in DOM after it has been used?, or should the ID be functioning even if it’s not technically showing up in DOM?