• Hi
    after i try to add profile code to get normal url i fund this code working so pleas add it in next update

    the file class-wp-ulike-settings.php

    if( strpos( $out_template, '%PROFILE_URL%' ) !== false ) {
    	$PROFILE_URL = get_author_posts_url( $user_info->ID );
    	$out_template 	= str_replace( "%PROFILE_URL%", $PROFILE_URL, $out_template );
    }

The topic ‘We need this code’ is closed to new replies.