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



register › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'register', $link )
Parameter:
  • (string) $link The HTML code for the link to the Registration or Admin page.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the HTML link to the Registration or Admin page.

Users are sent to the admin page if logged-in, or the registration page if enabled and logged-out.





Quellcode

$link = apply_filters( 'register', $link );