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



comment_edit_redirect › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'comment_edit_redirect', $location, $comment_id )
Parameter: (2)
  • (string) $location The URI the user will be redirected to.
    Erforderlich: Ja
  • (int) $comment_id The ID of the comment being edited.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the URI the user is redirected to after editing a comment in the admin.





Quellcode

$location = apply_filters( 'comment_edit_redirect', $location, $comment_id );