/home/techb158/public_html/wp-content/plugins/wpforms-lite/templates/admin/tools
Edit: /home/techb158/public_html/wp-content/plugins/wpforms-lite/templates/admin/tools/ai-mcp.php (10310B)
'forms',
'icon' => 'file-lines',
'title' => __( 'Forms', 'wpforms-lite' ),
'bullets' => [
__( 'Create a brand new form using plain English', 'wpforms-lite' ),
__( 'Update form settings and submit button text', 'wpforms-lite' ),
__( "Get a form's full configuration, including every field", 'wpforms-lite' ),
],
'pro' => false,
],
[
'slug' => 'fields',
'icon' => 'list-alt',
'title' => __( 'Fields', 'wpforms-lite' ),
'bullets' => [
__( 'Add a field to an existing form', 'wpforms-lite' ),
__( 'Update an existing field (label, required, options…)', 'wpforms-lite' ),
__( 'Discover which field types are available', 'wpforms-lite' ),
],
'pro' => false,
],
[
'slug' => 'entries',
'icon' => 'envelope-open-text',
'title' => __( 'Entries', 'wpforms-lite' ),
'bullets' => [
__( 'Browse entries for any form, with pagination', 'wpforms-lite' ),
__( 'Search entries by date range, field value & status', 'wpforms-lite' ),
__( "Get a single entry's full details", 'wpforms-lite' ),
],
'pro' => true,
],
];
$ai_clients = [
[
'asset' => 'ai-claude.svg',
'label' => __( 'Claude', 'wpforms-lite' ),
],
[
'asset' => 'ai-chatgpt.svg',
'label' => __( 'ChatGPT', 'wpforms-lite' ),
],
[
'asset' => 'ai-cursor.svg',
'label' => __( 'Cursor', 'wpforms-lite' ),
],
];
// In the builder every WPVibe button state is blue; the Tools page keeps orange for install/activate.
$wpvibe_button_color = $context_class !== '' ? 'wpforms-btn-blue' : 'wpforms-btn-orange';
?>