Javier Cobos

Results 5 issues of Javier Cobos

## What Is the issue? when creating a new iframe `new Postmate(` if the URL is given redirects, i.e `301` to add `www.` to the domain, the connection with the...

### Describe your question During the implementation of the site, we might need to define string translations to be used in the template. How can we manage and GET the...

https://github.com/10up/headstartwp/blob/4744f560bbb914a163e2575997b787fbf71e58b8/wp/headless-wp/includes/classes/API/AppEndpoint.php#L210 The current implementation doesn't include the ACF fields to the menu items. When using ACF, here's a solution to add the fields. ```php $acf_fields = get_fields($menu_item->ID); $filtered_menu_item->acf = $acf_fields;...

### Describe the bug When using getServerSideProps with addHookData the page loses the usePost info ### Steps to Reproduce Context: - using `getServerSideProps` (full SSR site) - I have to...

https://github.com/10up/headstartwp/blob/77764a99717598373177dd6c98df0c9d050a17d9/packages/core/src/react/hooks/useFetchMenu.ts#L21 When using polylang, the menu item ID could contain the `id-LANG`, causing errors during the Number cast. In example: