wordpress - Out of Memory Listing Custom Post type in Admin? -
this strange , serious problem. going " all images " in admin area (equivalent of posts) shows memory exhausted error, , white screen. , after upping memory high amount. i guess wondering why memory needed build list? i assume must error on part, coding. perhaps i've done wrong in declaring post type? common "gotchas" in area? i'd hate "increase memory" because seems weak work around serious problem. add_filter( 'manage_edit-image_columns', 'symbiostock_image_manager_edit_columns' ); function symbiostock_image_manager_edit_columns( $columns ) { $columns = array( 'cb' => '<input type="checkbox" />', 'image_preview' => 'preview', 'date' => 'uploaded', 'title' => 'image name', 'description' => 'description', 'exclusive' => 'exclusive',