/** * Plugin Name: AI Recipe Assistant * Plugin URI: https://wpdelicious.com * Description: Automate your recipe creation process with AI. Generate detailed and accurate recipes with just a click. Enter a recipe title, click, and publish. * Version: 1.0.0 * Author: WP Delicious * Author URI: https://wpdelicious.com * Text Domain: ai-assistant-for-wp-delicious * Domain Path: /languages * Requires at least: 5.1 * Requires PHP: 7.4 * License: GPL v2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html */ // If this file is called directly, abort. if (!defined('WPINC')) { die; } // Define plugin constants define('WP_DELICIOUS_AI_ASSISTANT_VERSION', '1.0.0'); define('WP_DELICIOUS_AI_ASSISTANT_PLUGIN_DIR', plugin_dir_path(__FILE__)); define('WP_DELICIOUS_AI_ASSISTANT_PLUGIN_URL', plugin_dir_url(__FILE__)); define('WP_DELICIOUS_AI_ASSISTANT_PLUGIN_FILE', __FILE__); // Include required files require_once WP_DELICIOUS_AI_ASSISTANT_PLUGIN_DIR . 'src/class-wp-delicious-ai-assistant.php'; /** * Returns the main instance of WP_Delicious_AI_Assistant. * * @return WP_Delicious_AI_Assistant */ function WP_Delicious_AI_Assistant() { return WP_Delicious_AI_Assistant::instance(); } // Start the plugin WP_Delicious_AI_Assistant(); BBQ Ranch Chicken Quesadillas
Include in Print View: