PATH:
home
/
thebhoeo
/
public_html
/
wp-content
/
themes
/
woodmart
/
inc
/
integrations
/
gutenberg
/
src
/
blocks
/
title
<?php $assets = array( 'styles' => array('block-title'), 'scripts' => array(), 'libraries' => array(), ); if ( ! empty( $this->attrs['design'] ) ) { $assets['styles'][] = 'block-title-style'; } return $assets;
[-] css.php
[edit]
[-] assets.php
[edit]
[+]
..