Skip to content

Commit

Permalink
1.1.1 detect nextwp toolkit with is_callable nextwp_acf_init
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBarnes committed Jan 9, 2024
1 parent 7d3b055 commit f8986fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function nextwp_headless_theme_register_required_plugins()
'name' => 'NextWP - Headless Toolkit',
'slug' => 'nextwp-toolkit',
'source' => 'https://www.nextwp.org/api/download/nextwp-toolkit',
'is_callable' => 'nextwp_acf_init',
'required' => true
),

Expand Down
2 changes: 1 addition & 1 deletion wordpress/theme/nextwp-headless-theme/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Theme Name: NextWP - Headless WordPress Theme
Theme URI: https://www.nextwp.org/packages/wordpress/nextwp-headless-theme
Version: 1.1.0
Version: 1.1.1
Author: Caleb Barnes
Author URI: https://github.com/CalebBarnes
Description: A NextJS theme for headless WordPress sites built with NextWP.
Expand Down

1 comment on commit f8986fb

@vercel
Copy link

@vercel vercel bot commented on f8986fb Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextwp-starter – ./apps/next-wordpress-starter

nextwp-starter-git-main-calebbarnes.vercel.app
nextwp-starter-calebbarnes.vercel.app
nextwp-starter.vercel.app

Please sign in to comment.