File "PartialComponentInterface-20250112051848.php"

Full Path: /home/pumpbmko/public_html/themes/momota/lib/colibriwp/src/Core/PartialComponentInterface-20250112051848.php
File size: 155 bytes
MIME-type: text/x-php
Charset: utf-8

<?php


namespace ColibriWP\Theme\Core;

interface PartialComponentInterface extends ComponentInterface {
	public function renderContent( $parameters );
}