PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.16.1
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.16.1
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/index.php +0 -10 6.336.16.1 View file →
@@ -2,18 +2,8 @@
2 2 /**
3 3 * Add-Ons Page.
4 4 *
5 5 * @package Formidable
6 - *
7 - * @var string $view_path Absolute path to the views/addons/ directory, with trailing slash.
8 - * @var array $installed_addons Installed add-on plugins keyed by slug.
9 - * @var array<string, array> $addons Available add-ons keyed by slug.
10 - * @var array $errors API errors, if any.
11 - * @var string $license_type Current license type or empty string.
12 - * @var string $request_addon_url URL for requesting a new add-on.
13 - * @var array $pro Pro add-on entry prepended to $addons.
14 - * @var string $pricing Upgrade URL used for CTAs.
15 - * @var array<string, array> $categories Add-on categories keyed by slug, each with 'name' and 'count'.
16 6 */
17 7
18 8 if ( ! defined( 'ABSPATH' ) ) {
19 9 die( 'You are not allowed to call this page directly.' );