golden hour
/home/godaofbq/elitehyperbarics.com/wp-content/plugins/product-blocks/addons/elementor
⬆️ Go Up
Upload
File/Folder
Size
Actions
Elementor.php
3.06 KB
Del
OK
Elementor_Widget.php
3.5 KB
Del
OK
backend.php
773 B
Del
OK
frontend.php
361 B
Del
OK
init.php
1.03 KB
Del
OK
Edit: backend.php
<?php defined( 'ABSPATH' ) || exit; add_filter( 'wopb_addons_config', 'wopb_elementor_config' ); function wopb_elementor_config( $config ) { $configuration = array( 'name' => __( 'Elementor', 'product-blocks' ), 'desc' => __( 'It allows you to use WowStore blocks, patterns, and templates while building pages with the Elementor.', 'product-blocks' ), 'is_pro' => false, 'live' => 'https://www.wpxpo.com/wowstore/woocommerce-page-builder-integrations/?utm_source=db-wstore-addons&utm_medium=builder_integration-demo&utm_campaign=wstore-dashboard', 'docs' => 'https://wpxpo.com/docs/wowstore/add-ons/elementor-addon/addon_doc_args', 'type' => 'integration', 'priority' => 10 ); $config['wopb_elementor'] = $configuration; return $config; }
Save