Normally how many attempts it will take for you in working with chatgpt or grok to get your code working? the challenges with them in working with wordpress plugins is they tend to create their own function and not using the official/native function that comes with the plugin. They just assume the function by naming the function with the plugin’s name. The tricks sometimes we need to find the plugin documentation link and include in your prompt (to get them read/scan it and use the correct function). Or sometimes i just past the whole plugin’s code in the prompt to make it work.
Leave a Reply
You must be logged in to post a comment.