echo:gb_current_element_id returns unique ID
@since 1.0.8
Example for bricks/code/echo_function_names filter
add_filter( 'bricks/code/echo_function_names', function() {
return [
'gb_current_element_id',
// ... other function names
];
} );Last updated