HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wp-recipe-maker/templates/settings/group-license.php
<?php
/**
 * Template for the plugin settings structure.
 *
 * @link       https://bootstrapped.ventures
 * @since      9.3.0
 *
 * @package    WP_Recipe_Maker
 * @subpackage WP_Recipe_Maker/templates/settings
 */

$license = array(
	'id' => 'licenseKey',
	'icon' => 'key',
	'name' => __( 'License Key', 'wp-recipe-maker' ),
	'description' => __( 'You have the free version of the plugin installed right now, which does not need a license key. If interested, you can learn more about our paid bundles here:', 'wp-recipe-maker' ),
	'documentation' => 'https://bootstrapped.ventures/wp-recipe-maker/get-the-plugin/',
	'settings' => array(
		array(
			'name' => __( 'Installing WP Recipe Maker Premium', 'wp-recipe-maker' ),
			'description' => __( 'Are you trying to activate your license key? Only the free plugin is installed right now, so you would need to install the Premium plugin files first.', 'wp-recipe-maker' ),
			'type' => 'button',
			'button' => __( 'How to install WP Recipe Maker Premium', 'wp-recipe-maker' ),
			'link' => 'https://help.bootstrapped.ventures/article/63-installing-wp-recipe-maker',
			'required' => 'premium',
		),
	),
);