wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



comment_edit_redirect › WordPress Filter Hooks

Da2.1.0
Deprecaton/a
apply_filters( 'comment_edit_redirect', $location, $comment_id )
Parametri: (2)
  • (string) $location The URI the user will be redirected to.
    Richiesto:
  • (int) $comment_id The ID of the comment being edited.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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