PPL BALÍKY – NOVÝ modul pro Pohodu E1 !!!
Odesílejte PPL Balíky přímo z Vaší Pohody! Použijte náš nový, ale již prověřený modThis tag displays either the „Site Admin“ link if the user is logged in or „Register“ link if the user is not logged in.
The „Register“ link is not offered if the Administration > Settings > General > Membership: Anyone can register box is not checked.
This tag does not function as intended on WordPress µ.
Usage
<?php wp_register( $before, $after, $echo); ?>
Parameters
$before
(string) (optional) Text to display before the Register or Site Admin link.
Default: ‚<li>‘
$after
(string) (optional) Text to display after the Register or Site Admin link.
Default: ‚</li>‘
$echo
(boolean) (optional) If true, echos the link, if false, returns the link as a string
Default: true
Examples