• When trying to edit a client, the page hangs and fails to load. I am guessing this is because we have thousands of users and the page fails when trying to load so many.

    Is there a way to stop this field to from loading and setting the user manually?

Viewing 1 replies (of 1 total)
  • Thread Starter wackomako

    (@wackomako)

    I’ve had to edit the edit-client.php page and change the wp_dropdown_users function to :

    wp_dropdown_users(array('selected' => $user_id,'name' => 'user_id','show_option_none' => '--- No User ---','include' => 11860);

    I’d possibly recommend adding a userID as an option instead

    • This reply was modified 5 years, 6 months ago by wackomako.
    • This reply was modified 5 years, 6 months ago by wackomako.
    • This reply was modified 5 years, 6 months ago by wackomako.
Viewing 1 replies (of 1 total)
  • The topic ‘Edit client page doesn’t load’ is closed to new replies.