PATH:
home
/
lab2454c
/
gemition.com
/
wp-content
/
plugins
/
woocommerce-ajax-filters
/
includes
/
divi
/
modules
/
group
// External Dependencies import React, { Component } from 'react'; class BAPFGroupFilters extends Component { static slug = 'et_pb_br_filters_group'; render() { return ( <div style={{padding:"2em 0", background: "#6c2eb9", color: "#fff", fontSize: "12px", fontWeight: "600", verticalAlign: "middle", textAlign: "center", borderRadius: "1em"}}> <h3 style={{color: "#000", textShadow: "1px 0px white, -1px 0px white, 0px 1px white, 0px -1px white", fontWeight: "900"}}>Group Filter</h3> Filters Group not displayed in Builder </div> ); } } export default BAPFGroupFilters;
[-] group.php
[edit]
[+]
..
[-] style.css
[edit]
[-] group.jsx
[edit]