Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54525, comment 2


Ignore:
Timestamp:
11/27/2021 07:11:22 PM (3 years ago)
Author:
grosfaignan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54525, comment 2

    initial v1  
    11the actual problem in wordpress is when we catch any url, we can't know how it was build by wordpress-core.
    2 by the way, if we catch an url like " http://localhost/supersonic " we can use this url to make a real routing, because we don't know how wordpress have build it,so we can't know if " /supersonic" refer to a user_name, tu a user_product, to a category, or to any other item.
    3 
    4 so if we could have an object ready to explain url building process by wordpress. we could catch referent data more efficiently
     2by the way, if we catch an url like " http://localhost/supersonic " we can't use this url to make a real routing, because we don't know how wordpress have build it.
     3So we can't know if " /supersonic" refer to a user_name, tu a user_product, to a category, or to any other item.
    54
    65convertly if in the url object we could get something like: