wordpress-sdk icon indicating copy to clipboard operation
wordpress-sdk copied to clipboard

A way to trigger connect dialog in a custom page is needed for multi stage setup wizards and similar implementations

Open codebard opened this issue 6 years ago • 0 comments

Actual Behavior:

  • What is the issue? (*)

When the plugin triggers its own setup wizard after activation and redirects to custom page in admin like admin.php?page=my_plugin_setup_wizard&setup_stage=0 , there is no way to trigger the connect dialog in an intermediary setup stage, like setup_stage=1.

Additionally the connect admin nag appears right away after activation, even if the plugin setup is being done via wizard. This disrupts the plugin setup wizard flow.

  • What is the expected behavior?

There should be a way to embed the connect dialog in an intermediary setup stage, like via a function call or similar. Additionally, there should be a way to prevent the admin notice nag from appearing while the plugin setup wizard pages are active.

Versions: (*)

  • Freemius SDK Version: 2.2.4
  • WordPress Version: 5.1.1
  • PHP Version: 5.6

Plugin / Theme: (*)

  • Name: Fast Custom Social Share by CodeBard
  • Slug: fast-custom-social-share-by-codebard
  • Freemius ID: 3686

Additional Information:

  • Browser Type: (*) Chrome
  • Browser Version: (*) 74.0.3729.108 64 bit
  • OS: (*) Win 7 64 bit
  • Stack Traces:

codebard avatar Apr 26 '19 21:04 codebard