-
Notifications
You must be signed in to change notification settings - Fork 4
Plugins
Aleksey Ilyin edited this page Feb 21, 2024
·
7 revisions
Place it in the plugin
folder and connect it to installed.php
by adding the line:
<?php declare(strict_types=1);
/** @var \DI\Container $container */
// file for setup plugins
// by $plugins register your plugin
$plugins = $container->get('plugin');
// Example
$plugins->register(\Plugin\Example\ExamplePlugin::class);
// or..
$plugins->register(new \Plugin\Example\ExamplePlugin($container));
Официальный перевод на русский язык
Офіційний переклад українською мовою
Search engine optimization plugin, generates XML files: SiteMap, Google Merchant Feed, Hotline, Yandex Market
Link platform-plugin-seo
5.0 is Coming soon !!
Information
Usage
For developers