Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter PJ Brunet

    (@knowingart_com)

    In case you’re wondering, it’s sortof a stats program where you can remove “undesirable” items, and I don’t think it’s a good idea to do this with forms. I’d rather send the necessary info to blah.php with URL’s. Is it possible?

    huh, you gotta add quite a bit of coding there… maybe theres a plugin that does it, who knows?
    good luck

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    https://ferodynamics.com/wp-admin/edit.php?page=blah.php&delete=somethingxyz

    URL parameters are global. If edit.php is loading blah.php directly, all url parameters will still be accessible like the above.

    Now, if edit.php is actually redirecting you to blah.php, then it would have to be smart enough to pass along relevant URL parameters as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can a plugin “page” pass URL parameters to itself?’ is closed to new replies.