@@ -564,6 +564,7 @@ discard block |
||
564 | 564 | |
565 | 565 | /** |
566 | 566 | * @since 3.04.02 |
567 | + * @param string $link |
|
567 | 568 | */ |
568 | 569 | protected static function prepare_addon_link( &$link ) { |
569 | 570 | $site_url = 'https://formidableforms.com/'; |
@@ -1100,10 +1101,6 @@ discard block |
||
1100 | 1101 | * Render a conditional action button for an add on |
1101 | 1102 | * |
1102 | 1103 | * @since 4.09.01 |
1103 | - * @param array $addon |
|
1104 | - * @param string|false $license_type |
|
1105 | - * @param string $plan_required |
|
1106 | - * @param string $upgrade_link |
|
1107 | 1104 | */ |
1108 | 1105 | public static function show_conditional_action_button( $atts ) { |
1109 | 1106 | if ( is_callable( 'FrmProAddonsController::show_conditional_action_button' ) ) { |