whats the new funcion for wpum_get_core_page_url()
-
Hello,
Since 3 years you write me a great custom login/register link for top header widget, he was pretty cool.
But since last update he no more work i have the error:
“Call to undefined function wpum_get_core_page_url() in functions.php line 23”what the name of the function who replace “wpum_get_core_page_url” ?
I send the code for help.
Thank you for your great work.// shortcode wp user manager function wpum_custom_overview_shortcode() { ob_start(); if( is_user_logged_in() ) : echo '<div class="menutop">'; echo wpum_current_user_overview(); echo '</div>'; else : echo '<div class="menutop">'; echo '<br>'; echo '<a href="'. wpum_get_core_page_url( 'login' ) .'">s\'identifier</a>'; echo ' - '; echo '<a href="'. wpum_get_core_page_url( 'register' ) .'">s\'enregistrer</a>'; echo '</div>'; endif; $output = ob_get_clean(); return $output; } add_shortcode( 'wpum_custom_overview', 'wpum_custom_overview_shortcode' );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘whats the new funcion for wpum_get_core_page_url()’ is closed to new replies.