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/admin/menu/ai-assistant-tool.php
<?php
/**
 * Template for an AI Assistant tool sub-page.
 *
 * @link       https://bootstrapped.ventures
 * @since      10.5.0
 *
 * @package    WP_Recipe_Maker
 * @subpackage WP_Recipe_Maker/templates/admin/menu
 */

$back_url = admin_url( 'admin.php?page=wprm_ai_assistant' );
?>

<div class="wrap wprm-ai-assistant-page">
	<div style="margin-top: 20px;">
		<a href="<?php echo esc_url( $back_url ); ?>" class="wprm-ai-assistant-back-link">&larr; <?php esc_html_e( 'Back to AI Assistant', 'wp-recipe-maker' ); ?></a>
	</div>
	<div id="wprm-ai-assistant-tool" data-tool="<?php echo esc_attr( $tool ); ?>"></div>
</div>