Make WordPress Core

Changes between Version 8 and Version 9 of Ticket #54327, comment 3


Ignore:
Timestamp:
10/28/2021 03:14:54 PM (3 years ago)
Author:
myousefi08
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54327, comment 3

    v8 v9  
    11tnx @SergeyBiryukov
    22
    3 Of course, I mean using this method for the developers in plugin or theme development. Because of this, the technicality of the output is not a problem. Rather, my goal in printing arrays or objects is to see their content very quickly.
     3Of course, I mean using this method for the developers in plugin or theme development. Because of this, the technicality of the output is not a problem. Rather, my goal in printing arrays or objects is to see their content very quickly. (first element does not help)
    44
    55Otherwise, I know that from the user's point of view, and for items that are used in printing errors, such as wp_error object, it may create restrictions.