Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello defmc,

    The URLs should be formatted as everything after the /wp-admin/ for one of your admin URLs, so for example to show the dashboard note on the Add New Post screen, which has a URL like:

    https://example.com/wp-admin/post-new.php

    You would use:

    post-new.php

    On a screen like the post edit screen which has a URL that is dynamic like:

    https://example.com/wp-admin/post.php?post=353&action=edit

    You could target all post edit screens by doing:

    post.php*

    The * will match anything that comes after it in the URL.

    If you provide the URL to the admin page that you want the note to show on, I can respond with what you should enter into Dashboard Notes. ??

    Thanks for using!

    Plugin Author Mickey Kay

    (@mcguive7)

    Marking as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to use urls’ is closed to new replies.