Skip to content

Commit

Permalink
Update source/content/guides/wordpress-developer/11-wordpress-secrets…
Browse files Browse the repository at this point in the history
…-management.md

Co-authored-by: Chris Reynolds <[email protected]>
  • Loading branch information
rachelwhitton and jazzsequence authored Oct 9, 2024
1 parent 9f8dbac commit 8fb734a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Set the key via Terminus, then use the `pantheon_get_secret()` function in your

```php
if ( function_exists('pantheon_get_secret') ) {
$secret_value = pantheon_get_secret("SECRET_NAME");
$secret_value = pantheon_get_secret( 'secret_name' );
}
```
### Use the private files path
Expand Down

0 comments on commit 8fb734a

Please sign in to comment.