PATH:
home
/
thebhoeo
/
public_html
/
wp-content
/
themes
/
woodmart
/
inc
/
integrations
/
gutenberg
/
src
/
blocks
/
toggle
<?php $assets = array( 'styles' => array( 'block-toggle' ), 'scripts' => array( 'toggle-element' ), 'libraries' => array(), ); return $assets;
[-] css.php
[edit]
[-] assets.php
[edit]
[+]
..