• Hello,

    With my code, i’ve an error with the comments when I refresh the admin page.

    The result I’ve found in line 116 in multiple-post-type-order/multiple-post-type-order.php

    I change

    
    
    $no_of_order = $order_options[$post_type_name];
    // to
    $no_of_order = isset($order_options[$post_type_name]);
    
    
    • This topic was modified 5 years, 1 month ago by otis33470.
  • The topic ‘Error in admin page’ is closed to new replies.