• Have a plugin working but have a problem calling a view without using a admin menu link. (or any other registered link)

    I get:

    You do not have sufficient permissions to access this page.

    The link is a dynamically generated link. should I be doing it with short code?

    This is what is giving me the error:
    <a href="'.get_site_url().'/wp-admin/admin.php?page=single_display&id='.$id.'">

Viewing 1 replies (of 1 total)
  • Thread Starter Mark_02660

    (@mark_02660)

    I know the problem is that

    page=single_display

    It not a function WP associates with any permissions since I can use a different one that I do have a menu function registered for and get no problems.

    So how do I do it?

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin permissions and url / callbacks?’ is closed to new replies.