jer1ko
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Recipe Maker] Public Pro JSSounds good, that is the route I’m taking for the homepage. Thanks again!
Forum: Plugins
In reply to: [WP Recipe Maker] Public Pro JSAlso, thanks for the work you guys put in on this plugin and your attention to support!
Forum: Plugins
In reply to: [WP Recipe Maker] Public Pro JSI am calling those directly from the WPRM_Recipe_Manager class
WPRM_Recipe_Manager::get_recipe_ids_from_post();and$recipe = WPRM_Recipe_Manager::get_recipe($recipeId);but I can see how that may insert the tags in the DOM. I’ll disable those assets from running on the main page and test to ensure nothing is broken.Forum: Plugins
In reply to: [WP Recipe Maker] Public Pro JSI have it set to only load assets when needed. I do have post previews that where the post does have a recipe in them but not showing the card. Check it out at https://ketokarma.com
Forum: Plugins
In reply to: [WP Recipe Maker] REST API default permissionsOk… that makes sense, thank you for the quick reply.
Forum: Plugins
In reply to: [Login by Auth0] Retrieve token for frontendI used the
auth0_authorize_url_paramsfilter to add the audience param to the request and then used theauth0_user_loginhook to set a cookie with the token scoped for my service. Are there any better ways that I can share the token and avoid using the cookie?Forum: Plugins
In reply to: [Login by Auth0] Retrieve token for frontendI think this may be in the spirit of https://github.com/auth0/wp-auth0/issues/797 as well.