Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MariusDesign

    (@mariusdesign)

    Going back to my problem, which I tried to solve here on the forum without involving any programmer or friend.

    I can replace

    <?php echo apply_filters( 'register', sprintf( '<a href="%s">%s</a>', esc_url( wp_registration_url() ), __( 'Register' ) ) ); ?> 
    
    with 
    
    <a href=" <?php echo esc_url( site_url( 'wp-login.php?action=register', 'login' ) ); ?>"><?php _e( 'Register' ); ?></a> 
    
    for WordPress 3.6?

    Do you think that would affect somewhere if I keep the old format of this line in wp-login.php for the WordPress 3.6?

    Thread Starter MariusDesign

    (@mariusdesign)

    Andrew,

    I will make a list of a few, and I will open a separate topic for this.

    I personally do not have programming knowledge. Otherwise, I would not be open this topic asking for help.
    But I worked six months ago with a team of 7 programmers, specialized in php and WordPress knowledge. I paid for the wordpress customization projects. I paid for security testing of my sites, and many other things to study.

    They found some very unnecessary updates in terms of security.
    My team was able to test over 200 clean wordpress sites on different servers, no plugins, no doors opened by themes, and our test showed that wordpress do some unnecessary updates

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)