nystudio107 /
craft-similar
| 1 | <?php |
||
| 2 | /** |
||
| 3 | * Similar plugin for Craft CMS 3.x |
||
| 4 | * |
||
| 5 | * Similar for Craft lets you find elements, Entries, Categories, Commerce Products, etc, that are similar, based on... other related elements. |
||
| 6 | * |
||
| 7 | * @link https://nystudio107.com/ |
||
|
0 ignored issues
–
show
Coding Style
introduced
by
Loading history...
|
|||
| 8 | * @copyright Copyright (c) 2018 nystudio107.com |
||
|
0 ignored issues
–
show
|
|||
| 9 | */ |
||
|
0 ignored issues
–
show
|
|||
| 10 | |||
| 11 | /** |
||
|
0 ignored issues
–
show
|
|||
| 12 | * @author nystudio107.com |
||
|
0 ignored issues
–
show
|
|||
| 13 | * @package Similar |
||
|
0 ignored issues
–
show
|
|||
| 14 | * @since 1.0.0 |
||
|
0 ignored issues
–
show
|
|||
| 15 | */ |
||
| 16 | return [ |
||
| 17 | '{name} plugin loaded' => '{name} plugin loaded', |
||
| 18 | ]; |
||
| 19 |