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