• Hello,
    I have a problem with the wp-admin urls :

    It’s in a plugin, but basically, it calls the native functions :
    get_admin_url()
    admin_url()
    They both work fine when frisco is deactivated.

    When frisco is active, I get an url like :
    https://www.mysite.com/wp-admin
    When I activate twenty twelve :
    https://www.mysite.com/wp-admin/

    It does interfere with BP Group Documents, that makes an ajax call for file upload.
    Could you help, I can’t find any filter in Frisco that acts on the site urls …

    Thank you !
    Alain

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

    (@aboudard)

    Hello !

    Would you have no answer for me ?
    Thank you !

    Alain

    Thread Starter aboudard

    (@aboudard)

    Ok then, I didn’t solve the mistery, but found a way to hack the bug (doh).

    I edited the header.php and commented the line :
    <?php //do_action( ‘bp_before_header’ ); ?>
    and then, so the DOM would not be left open, commented this one too :
    <?php //do_action( ‘bp_after_header’ ) ?>

    I really don’t see what can cause the admin url to be altered simply with these simple functions ??

    Alain

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp-admin wrong link’ is closed to new replies.