Hi Oleg,
I see at least two deprecated notices for PHP 8.2
Creation of dynamic property UA_Made_Rewrite_Rules::$initialized is deprecated
wp-content/plugins/debug-bar-rewrite-rules/rewrite-rules.php:169
Creation of dynamic property UA_Made_Rewrite_Rules::$pagetitle is deprecated
wp-content/plugins/debug-bar-rewrite-rules/rewrite-rules.php:181
More info: https://php.watch/versions/8.2/dynamic-properties-deprecated
All the best
Torsten
I am currently debugging a combination of different 3rd party plugins that fail, as their rewrite rules interfere with each other. In my case I have a list of more than 400 rewrite rules loaded an being displayed in your awesome plugin. It would be great to add a feature to display from which plugin or source a rule originates.
Many thanks for your thoughts or tipps on solving my situation.
Andrew
Wordpress version 5.2.4
Tried sitemap_index.xml which should match fourth rule in list
^wc-auth/v([1]{1})/(.*)? index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]
^wc-api/v([1-3]{1})/?$ index.php?wc-api-version=$matches[1]&wc-api-route=/
^wc-api/v([1-3]{1})(.*)? index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]
sitemap_index\.xml$ index.php?sitemap=1
([^/]+?)-sitemap([0-9]+)?\.xml$ index.php?sitemap=$matches[1]&sitemap_n=$matches[2]
([a-z]+)?-?sitemap\.xsl$ index.php?yoast-sitemap-xsl=$matches[1]
shop/?$ index.php?post_type=product
shop/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?post_type=product&feed=$matches[1]
shop/(feed|rdf|rss|rss2|atom)/?$ index.php?post_type=product&feed=$matches[1]
shop/page/([0-9]{1,})/?$ index.php?post_type=product&paged=$matches[1]
plugin error
Warning: call_user_func_array() expects parameter 1 to be a valid callback, cannot access private method UA_Made_Rewrite_Rules::view() in /var/www/site.com/htdocs/wp-includes/class-wp-hook.php on line 286
]]>