Skip to content

Commit

Permalink
feat: add permalink_structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyrisbee committed Dec 12, 2023
1 parent 92be947 commit 2ecd7f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/class-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public function generate_auth(): string {
'site_name' => get_bloginfo( 'name' ),
'url' => get_bloginfo( 'url' ),
'rest_prefix' => rest_get_url_prefix(),
'permalink_structure' => get_option('permalink_structure'),
)
);

Expand Down

0 comments on commit 2ecd7f7

Please sign in to comment.