• I search for the WordPress Functions which absorb the $_POST Globals. I searched for it but found nothing…
    I want to write a script which works with Post Globals but they are “blocked” by the WP Search Function. That’s the reason I look for this functions…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    No, $_POST doesn’t get unset. You can access it from any plugin you write. Nothing special needs to be done.

    Thread Starter Domna

    (@domna)

    No, that isn’t the problem. Look, I wrote a plugin which works with a form but the Problem is that when I send the form wordpress calls the search result template. And I search for the functions which call this template so that I can block this call of the search function if one special Post field is specified.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Oh. In that case, don’t use parameter names that WordPress is already using, like “s”.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘$_POST Functions’ is closed to new replies.