wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



comment_edit_redirect › Filtr WordPress Hooks

Od2.1.0
Przestarzałyn/a
apply_filters( 'comment_edit_redirect', $location, $comment_id )
Parametry: (2)
  • (string) $location The URI the user will be redirected to.
    Wymagane: Tak
  • (int) $comment_id The ID of the comment being edited.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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