File "block.php"
Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/spectra-pro/includes/blocks/loop-wrapper/block.php
File
size: 525 B (525 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/**
* Block Information.
*
* @since 1.0.0
*
* @package spectra-pro
*/
$block_slug = 'uagb/loop-wrapper';
$block_data = array(
'slug' => '',
'link' => '',
'title' => __( 'Wrapper', 'spectra-pro' ),
'description' => __( 'Loop Builder wrapper.', 'spectra-pro' ), // Needs to be updated.
'default' => true,
'is_child' => true,
'deprecated' => false,
'dynamic_assets' => array(
'dir' => 'loop-wrapper',
'plugin-dir' => SPECTRA_PRO_DIR . '/',
),
);