PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.16
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.16
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | classes/views/addons/list.php +0 -12 6.336.16 View file →
@@ -1,17 +1,5 @@
1 1 <?php
2 -/**
3 - * Add-Ons list.
4 - *
5 - * @package Formidable
6 - *
7 - * @var array<string, array> $addons Available add-ons keyed by slug.
8 - * @var string $view_path Absolute path to the views/addons/ directory, with trailing slash.
9 - * @var string $request_addon_url URL for requesting a new add-on.
10 - * @var string $license_type Current license type or empty string.
11 - * @var string $pricing Upgrade URL used for CTAs.
12 - */
13 -
14 2 if ( ! defined( 'ABSPATH' ) ) {
15 3 die( 'You are not allowed to call this page directly.' );
16 4 }
17 5