├── README.md ├── advertisement.php ├── custom-elementor.php └── style.css /README.md: -------------------------------------------------------------------------------- 1 | # custom-elementor-widget -------------------------------------------------------------------------------- /advertisement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexander-young/custom-elementor-widget/HEAD/advertisement.php -------------------------------------------------------------------------------- /custom-elementor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexander-young/custom-elementor-widget/HEAD/custom-elementor.php -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexander-young/custom-elementor-widget/HEAD/style.css --------------------------------------------------------------------------------