File "module.php"

Full Path: /home/rrterraplen/public_html/wp-content-20241221212636/plugins/anywhere-elementor-pro/includes/modules/taxonomy/module.php
File size: 178 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Aepro\Modules\Taxonomy;

use Aepro\Base\ModuleBase;

class Module extends ModuleBase {

	public function get_widgets() {
		return [
			'ae-taxonomy',
		];
	}

}