I need a value from Magento2 Admin Panel identified by the Attribute ID (267) for this Admin Panel Attribute in PHP Magento Code. For manipulating an expression. This is experimental so dont mind helping me. It will help me finding a better solution in future..
Like
$attribute_ID='267';
$attribute=get_attribute_ID($attribute_ID);
Would something like this work:
<p><?= $block->getProduct()->getAttributeText("267").$block->getShippingEstimateLabel() ?></p>
Thanks in advance and Greetings.