attributes proper title label
-
Is there any kind of command to pull the friendly title I’ve made in Lazy Blocks in PHP?
eg:
<?php echo $attributes['type-of-posts-to-show'];?>
returns case-studiesI’d like it to return the Lazy Block’s select option ‘Case Studies’
was hoping something like:
<?php echo $attributes['type-of-posts-to-show']['Label'];?>
would work, cant find anything in the documentation…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘attributes proper title label’ is closed to new replies.