Advertisement
retesere20

Untitled

Jan 14th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.11 KB | None | 0 0
  1. // output of typical wp-rewrite-rules, with "sliders" custom post type registered
  2.  
  3. '^wp-json/?$' => string 'index.php?rest_route=/' (length=22)
  4. '^wp-json/(.*)?' => string 'index.php?rest_route=/$matches[1]' (length=33)
  5. '^index.php/wp-json/?$' => string 'index.php?rest_route=/' (length=22)
  6. '^index.php/wp-json/(.*)?' => string 'index.php?rest_route=/$matches[1]' (length=33)
  7. 'sliderss/?$' => string 'index.php?post_type=sliderss' (length=28)
  8. 'sliderss/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?post_type=sliderss&feed=$matches[1]' (length=45)
  9. 'sliderss/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?post_type=sliderss&feed=$matches[1]' (length=45)
  10. 'sliderss/page/([0-9]{1,})/?$' => string 'index.php?post_type=sliderss&paged=$matches[1]' (length=46)
  11. 'category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?category_name=$matches[1]&feed=$matches[2]' (length=52)
  12. 'category/(.+?)/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?category_name=$matches[1]&feed=$matches[2]' (length=52)
  13. 'category/(.+?)/embed/?$' => string 'index.php?category_name=$matches[1]&embed=true' (length=46)
  14. 'category/(.+?)/page/?([0-9]{1,})/?$' => string 'index.php?category_name=$matches[1]&paged=$matches[2]' (length=53)
  15. 'category/(.+?)/?$' => string 'index.php?category_name=$matches[1]' (length=35)
  16. 'tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?tag=$matches[1]&feed=$matches[2]' (length=42)
  17. 'tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?tag=$matches[1]&feed=$matches[2]' (length=42)
  18. 'tag/([^/]+)/embed/?$' => string 'index.php?tag=$matches[1]&embed=true' (length=36)
  19. 'tag/([^/]+)/page/?([0-9]{1,})/?$' => string 'index.php?tag=$matches[1]&paged=$matches[2]' (length=43)
  20. 'tag/([^/]+)/?$' => string 'index.php?tag=$matches[1]' (length=25)
  21. 'type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?post_format=$matches[1]&feed=$matches[2]' (length=50)
  22. 'type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?post_format=$matches[1]&feed=$matches[2]' (length=50)
  23. 'type/([^/]+)/embed/?$' => string 'index.php?post_format=$matches[1]&embed=true' (length=44)
  24. 'type/([^/]+)/page/?([0-9]{1,})/?$' => string 'index.php?post_format=$matches[1]&paged=$matches[2]' (length=51)
  25. 'type/([^/]+)/?$' => string 'index.php?post_format=$matches[1]' (length=33)
  26. 'sliderss/.+?/attachment/([^/]+)/?$' => string 'index.php?attachment=$matches[1]' (length=32)
  27. 'sliderss/.+?/attachment/([^/]+)/trackback/?$' => string 'index.php?attachment=$matches[1]&tb=1' (length=37)
  28. 'sliderss/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?attachment=$matches[1]&feed=$matches[2]' (length=49)
  29. 'sliderss/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?attachment=$matches[1]&feed=$matches[2]' (length=49)
  30. 'sliderss/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => string 'index.php?attachment=$matches[1]&cpage=$matches[2]' (length=50)
  31. 'sliderss/.+?/attachment/([^/]+)/embed/?$' => string 'index.php?attachment=$matches[1]&embed=true' (length=43)
  32. 'sliderss/(.+?)/embed/?$' => string 'index.php?sliderss=$matches[1]&embed=true' (length=41)
  33. 'sliderss/(.+?)/trackback/?$' => string 'index.php?sliderss=$matches[1]&tb=1' (length=35)
  34. 'sliderss/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?sliderss=$matches[1]&feed=$matches[2]' (length=47)
  35. 'sliderss/(.+?)/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?sliderss=$matches[1]&feed=$matches[2]' (length=47)
  36. 'sliderss/(.+?)/page/?([0-9]{1,})/?$' => string 'index.php?sliderss=$matches[1]&paged=$matches[2]' (length=48)
  37. 'sliderss/(.+?)/comment-page-([0-9]{1,})/?$' => string 'index.php?sliderss=$matches[1]&cpage=$matches[2]' (length=48)
  38. 'sliderss/(.+?)(?:/([0-9]+))?/?$' => string 'index.php?sliderss=$matches[1]&page=$matches[2]' (length=47)
  39. '(.+?)/page/?([0-9]{1,})/?$' => string 'index.php?post=$matches[1]&paged=$matches[2]' (length=44)
  40. '(.+?)/?$' => string 'index.php?post=$matches[1]' (length=26)
  41. '.*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\.php$' => string 'index.php?feed=old' (length=18)
  42. '.*wp-app\.php(/.*)?$' => string 'index.php?error=403' (length=19)
  43. '.*wp-register.php$' => string 'index.php?register=true' (length=23)
  44. 'feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?&feed=$matches[1]' (length=27)
  45. '(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?&feed=$matches[1]' (length=27)
  46. 'embed/?$' => string 'index.php?&embed=true' (length=21)
  47. 'page/?([0-9]{1,})/?$' => string 'index.php?&paged=$matches[1]' (length=28)
  48. 'comments/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?&feed=$matches[1]&withcomments=1' (length=42)
  49. 'comments/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?&feed=$matches[1]&withcomments=1' (length=42)
  50. 'comments/embed/?$' => string 'index.php?&embed=true' (length=21)
  51. 'search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?s=$matches[1]&feed=$matches[2]' (length=40)
  52. 'search/(.+)/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?s=$matches[1]&feed=$matches[2]' (length=40)
  53. 'search/(.+)/embed/?$' => string 'index.php?s=$matches[1]&embed=true' (length=34)
  54. 'search/(.+)/page/?([0-9]{1,})/?$' => string 'index.php?s=$matches[1]&paged=$matches[2]' (length=41)
  55. 'search/(.+)/?$' => string 'index.php?s=$matches[1]' (length=23)
  56. 'author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?author_name=$matches[1]&feed=$matches[2]' (length=50)
  57. 'author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?author_name=$matches[1]&feed=$matches[2]' (length=50)
  58. 'author/([^/]+)/embed/?$' => string 'index.php?author_name=$matches[1]&embed=true' (length=44)
  59. 'author/([^/]+)/page/?([0-9]{1,})/?$' => string 'index.php?author_name=$matches[1]&paged=$matches[2]' (length=51)
  60. 'author/([^/]+)/?$' => string 'index.php?author_name=$matches[1]' (length=33)
  61. '([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]' (length=80)
  62. '([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]' (length=80)
  63. '([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$' => string 'index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true' (length=74)
  64. '([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$' => string 'index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]' (length=81)
  65. '([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$' => string 'index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]' (length=63)
  66. '([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]' (length=64)
  67. '([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]' (length=64)
  68. '([0-9]{4})/([0-9]{1,2})/embed/?$' => string 'index.php?year=$matches[1]&monthnum=$matches[2]&embed=true' (length=58)
  69. '([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$' => string 'index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]' (length=65)
  70. '([0-9]{4})/([0-9]{1,2})/?$' => string 'index.php?year=$matches[1]&monthnum=$matches[2]' (length=47)
  71. '([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?year=$matches[1]&feed=$matches[2]' (length=43)
  72. '([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?year=$matches[1]&feed=$matches[2]' (length=43)
  73. '([0-9]{4})/embed/?$' => string 'index.php?year=$matches[1]&embed=true' (length=37)
  74. '([0-9]{4})/page/?([0-9]{1,})/?$' => string 'index.php?year=$matches[1]&paged=$matches[2]' (length=44)
  75. '([0-9]{4})/?$' => string 'index.php?year=$matches[1]' (length=26)
  76. '.?.+?/attachment/([^/]+)/?$' => string 'index.php?attachment=$matches[1]' (length=32)
  77. '.?.+?/attachment/([^/]+)/trackback/?$' => string 'index.php?attachment=$matches[1]&tb=1' (length=37)
  78. '.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?attachment=$matches[1]&feed=$matches[2]' (length=49)
  79. '.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?attachment=$matches[1]&feed=$matches[2]' (length=49)
  80. '.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => string 'index.php?attachment=$matches[1]&cpage=$matches[2]' (length=50)
  81. '.?.+?/attachment/([^/]+)/embed/?$' => string 'index.php?attachment=$matches[1]&embed=true' (length=43)
  82. '(.?.+?)/embed/?$' => string 'index.php?pagename=$matches[1]&embed=true' (length=41)
  83. '(.?.+?)/trackback/?$' => string 'index.php?pagename=$matches[1]&tb=1' (length=35)
  84. '(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?pagename=$matches[1]&feed=$matches[2]' (length=47)
  85. '(.?.+?)/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?pagename=$matches[1]&feed=$matches[2]' (length=47)
  86. '(.?.+?)/page/?([0-9]{1,})/?$' => string 'index.php?pagename=$matches[1]&paged=$matches[2]' (length=48)
  87. '(.?.+?)/comment-page-([0-9]{1,})/?$' => string 'index.php?pagename=$matches[1]&cpage=$matches[2]' (length=48)
  88. '(.?.+?)(?:/([0-9]+))?/?$' => string 'index.php?pagename=$matches[1]&page=$matches[2]' (length=47)
  89. '[^/]+/attachment/([^/]+)/?$' => string 'index.php?attachment=$matches[1]' (length=32)
  90. '[^/]+/attachment/([^/]+)/trackback/?$' => string 'index.php?attachment=$matches[1]&tb=1' (length=37)
  91. '[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?attachment=$matches[1]&feed=$matches[2]' (length=49)
  92. '[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?attachment=$matches[1]&feed=$matches[2]' (length=49)
  93. '[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => string 'index.php?attachment=$matches[1]&cpage=$matches[2]' (length=50)
  94. '[^/]+/attachment/([^/]+)/embed/?$' => string 'index.php?attachment=$matches[1]&embed=true' (length=43)
  95. '([^/]+)/embed/?$' => string 'index.php?name=$matches[1]&embed=true' (length=37)
  96. '([^/]+)/trackback/?$' => string 'index.php?name=$matches[1]&tb=1' (length=31)
  97. '([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?name=$matches[1]&feed=$matches[2]' (length=43)
  98. '([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?name=$matches[1]&feed=$matches[2]' (length=43)
  99. '([^/]+)/page/?([0-9]{1,})/?$' => string 'index.php?name=$matches[1]&paged=$matches[2]' (length=44)
  100. '([^/]+)/comment-page-([0-9]{1,})/?$' => string 'index.php?name=$matches[1]&cpage=$matches[2]' (length=44)
  101. '([^/]+)(?:/([0-9]+))?/?$' => string 'index.php?name=$matches[1]&page=$matches[2]' (length=43)
  102. '[^/]+/([^/]+)/?$' => string 'index.php?attachment=$matches[1]' (length=32)
  103. '[^/]+/([^/]+)/trackback/?$' => string 'index.php?attachment=$matches[1]&tb=1' (length=37)
  104. '[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?attachment=$matches[1]&feed=$matches[2]' (length=49)
  105. '[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?attachment=$matches[1]&feed=$matches[2]' (length=49)
  106. '[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => string 'index.php?attachment=$matches[1]&cpage=$matches[2]' (length=50)
  107. '[^/]+/([^/]+)/embed/?$' => string 'index.php?attachment=$matches[1]&embed=true' (length=43)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement