• Resolved Shahjahan Jewel

    (@techjewel)


    In the last version, you guys are pushing Try It to all the search plugin. Would you please remove it or just push it to your own plugin only.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    To clarify here, you have an mistake in your code that is causing a “Try it” button to show on all plugins listed in the Plugin Search section.

    Looking at your code:

    add_action('in_admin_footer', [&$this, 'tryItOutScript']);

    That call lacks any checks to ensure it’s only running on YOUR plugins, so it shows up for every single one. You want to make that specific to your plugins only, otherwise you’re hurting all the other devs.

    Plugin Support Nick

    (@d4d5bh6)

    Thank you for your feedback, we’re working on the changes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please stop pushing TasteWP try it button to all repo plugins’ is closed to new replies.