File manager - Edit - /home/palg2351/public_html/wp-content/plugins/jetformbuilder/includes/admin/pages/settings/pro-notice.php
Back
<?php namespace Jet_Form_Builder\Admin\Pages\Settings; use JFB_Components\Admin\Buttons\Base_Vui_Button as Button; use JFB_Components\Admin\Notices\Base_Notice; use Jet_Form_Builder\Classes\Http\Utm_Url; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } class Pro_Notice extends Base_Notice { public function get_id(): string { return 'see-pro-addons'; } public function get_message(): string { return __( 'Expand your forms functionality with automate, calculate, integrations of payments gateways, CRMs and email marketing. Try premium addons for JetFormBuilder plugin.', 'jet-form-builder' ); } public function get_buttons(): array { $utm = new Utm_Url( 'plugin' ); $utm->set_medium( 'notification-bar' ); $utm->set_campaign( 'check-pro-addons-button' ); $utm->set_content( $utm->get_license_and_theme() ); return array( ( new Button( 'check' ) ) ->set_label( __( 'Check Pro Addons', 'jet-form-builder' ) ) ->set_size( Button::SIZE_MINI ) ->set_url( $utm->add_query( JET_FORM_BUILDER_SITE . '/addons/' ) ), ( new Button( 'thanks' ) ) ->set_label( __( 'No, thanks', 'jet-form-builder' ) ) ->set_size( Button::SIZE_MINI ) ->set_style( Button::STYLE_ACCENT_BORDER ), ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.18 |
proxy
|
phpinfo
|
Settings