Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Aug 30, 2024
1 parent 4a57c75 commit 863cbcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acorn/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date_modified: 2024-04-24 13:00
date_modified: 2024-08-30 08:45
date_published: 2021-11-19 11:58
description: Install Acorn by running `composer require roots/acorn` in the root of your Composer-based WordPress project.
title: Installing Acorn
Expand Down Expand Up @@ -57,7 +57,7 @@ if (! function_exists('\Roots\bootloader')) {
);
}

add_action('after_setup_theme', fn () => \Roots\bootloader()->boot());
add_action('after_setup_theme', fn () => \Roots\bootloader()->boot(), 0);
```

</details>
Expand Down

0 comments on commit 863cbcd

Please sign in to comment.