Change the default separator in-between navigation links on the login screen.
/** * Filter the navigation link separator on the login page. * * @since 2.3 * * @see pmpro_actions_nav_separator * * @param string $separator (default ' | ') * * @return string new separator */ apply_filters( 'pmpro_actions_nav_separator', ' | ' ); |
Parameters
- $separator
- string
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/includes/functions.php
View in Source CodeRelated Articles and Recipes
Change or Remove the Separator in Action Navigation Groups with Paid Memberships Pro By Kimberly Coleman