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 |
| 2 | by 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. |
| 3 | So we can't know if " /supersonic" refer to a user_name, tu a user_product, to a category, or to any other item. |