• Hello I tried to find the solution but couldn’t get what I am looking for..I am getting error exactly as bellow..

    Notice: Undefined index: page in C:\xampp\htdocs\site\wp-content\themes\mytheme\admin\admin-panel.php on line 745

    and code on line 745 is

    function mytheme_add_init() {
    
    $file_dir=get_bloginfo('template_directory');
    wp_enqueue_style("functions", $file_dir."/admin/functions.css", false, "1.0", "all");
    wp_enqueue_script("rm_script", $file_dir."/admin/rm_script.js", false, "1.0");
    
    }

    Please help to find the solution.. 🙂

  • The topic ‘Undefined index: page in…’ is closed to new replies.