golden hour
/home/godaofbq/besthyperbaric.com/wp-content/plugins/oxygen/plugin/futurelayer
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
420 B
Del
OK
attributes.php
416 B
Del
OK
base.php
284 B
Del
OK
control.php
1.46 KB
Del
OK
should-show-node.php
519 B
Del
OK
Edit: attributes.php
<?php namespace Breakdance\FutureLayer; add_filter("breakdance_element_attributes", "\Breakdance\FutureLayer\addAttributes", 100, 1); /** * @param ElementAttribute[] $attributes * * @return array */ function addAttributes($attributes) { $attributes[] = [ "name" => "data-futurelayer-removed", "template" => "{{ settings.futurelayer.removed ? 'true' }}", ]; return $attributes; }
Save