Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
immortalist
/
wp-content
/
themes
/
woodmart
/
inc
/
integrations
/
gutenberg
/
src
/
layouts
/
ct-table
:
attributes.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php use XTS\Gutenberg\Block_Attributes; if ( ! function_exists( 'wd_get_cart_block_table_attrs' ) ) { function wd_get_cart_block_table_attrs() { $attr = new Block_Attributes(); wd_get_advanced_tab_attrs( $attr ); return $attr->get_attr(); } }