wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



comment_post_redirect › WordPress Filter Hooks

Seit2.0.5
Veraltetn/v
apply_filters( 'comment_post_redirect', $location, $comment )
Parameter: (2)
  • (string) $location The 'redirect_to' URI sent via $_POST.
    Erforderlich: Ja
  • (WP_Comment) $comment Comment object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the location URI to send the commenter after posting.





Quellcode

$location = apply_filters( 'comment_post_redirect', $location, $comment );