Saša Todorović

Results 6 issues of Saša Todorović

It's an idea which can offer to developers to use old PHP functions without errors, notices,... Basically, php has constant `PHP_VERSION_ID` ( [http://php.net/manual/en/reserved.constants.php#reserved.constants.core](http://php.net/manual/en/reserved.constants.php#reserved.constants.core) ). It's integer and it's very helpful...

Type: question

**Is your feature request related to a problem? Please describe.** The constructor of _class-wc-vendors.php_ schedules [flush_rewrite_rules](https://developer.wordpress.org/reference/functions/flush_rewrite_rules) at each request. https://github.com/wcvendors/wcvendors/blob/e22c4880e9884af8bebb959c8efe5e5169c3e9fe/class-wc-vendors.php#L153-L154 **Describe the solution you'd like** Flush rewrite rules only when...

enhancement

# List of page types which aren't included in preload: * Post type archive page * Author archive page * Woocommerce product category/tag * Sub-pages of all archives I'll think...

[Plugin] Super Cache

* Uses [`wp_add_inline_script`](https://developer.wordpress.org/reference/functions/wp_add_inline_script/) if it exists ( WP>=4.5 ). * Uses [`wp_json_encode`](https://developer.wordpress.org/reference/functions/wp_json_encode/) if it exists. Fixes: #48. Issues from wordpress.org forums: https://wordpress.org/support/topic/sitemap-conflict-with-divi-yoast/ https://wordpress.org/support/topic/sitemap-conflict-with-divi-kk-star-ratings/

## Context * According [RFC3986](https://datatracker.ietf.org/doc/html/rfc3986), prevent encoding at sign (`@`) in an URL path. ## Summary This PR can be summarized in the following changelog entry: * Fixes a bug...

changelog: bugfix

* [X] I've searched for any related issues and avoided creating a duplicate issue. * [X] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md). ### Please give us a description of...

component: xml sitemap
compatibility: Divi
Yoast: Plugins integration
severity: minor