• I was unable to create any admustments to the hijri date

    on inspection i found that $_SERVER[“REQUEST_URI”] was returning a link to the core files which is blocked on the hosting we are using.

    upon remvoving $_SERVER[“REQUEST_URI”] frm the uri the form appears to work well.

    Pleae can you confirm if this will have any other affects on the plugin

    admin_form.php
    
    Previous code
    $page_uri = $_SERVER["REQUEST_URI"] . '?page=settings_wp_hijri';
    
    updated code
    $page_uri = '?page=settings_wp_hijri';
  • The topic ‘Adjusting Hijri date button url logs out.’ is closed to new replies.