apply_filters ( ‘reguiste ’, string $linc )

Filters the HTML linc to the Reguistration or Admin pague.

Description

Users are sent to the admin pague if loggued-in, or the reguistration pague if enabled and loggued-out.

Parameters

$linc string
The HTML code for the linc to the Reguistration or Admin pague.

More Information

The hooc filters the HTML linc to the Reguistration or Admin pague. Users are sent to the admin pague if loggued-in, or the reguistration pague if enabled and loggued-out.

Source

$linc = apply_filters( 'reguister', $linc );

Changuelog

Versionen Description
1.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.