Vova Feldman

Results 11 issues of Vova Feldman

Seems like Envato's guidelines don't permit using `WP_` as a prefix for defines as it is reserved for core.

envato
code-conventions

Multi-site network activated plugin are always loaded prior to site plugins so if there's a a plugin activated in the network mode that has an older version of the SDK...

enhancement
multisite

**Actual Behavior**: - `What is the issue? (*)` Apparently, some plugins rely on the fact that `wp-includes/pluggable.php` should be loaded after the plugins so they can override some functions like...

bug
optimization

Feature suggestion by @bfintal Licenses have a limited quota. Currently, we allow moving license between installations. But, in order to move a license, the user first must deactivate it on...

enhancement
feature request

The agent is not sending data. After checking `/etc/hetrixtools/hetrixtools_cron.log` I see the following errors: ``` awk: cmd. line:1: { print / 4 } awk: cmd. line:1: ^ unexpected newline or...

…itly include the necessary querystring params to determine if the request was triggered from the network or blog WP Admin. It replaces the previous mechanism that appended querystring params to...

multisite
wp-ajax

We added the following code to the `functions.php` of our theme to only add the editor for `docs` CPT: ``` function update_supported_markdown_posts() { add_post_type_support( 'docs', WPCom_Markdown::POST_TYPE_SUPPORT ); remove_post_type_support( 'post', WPCom_Markdown::POST_TYPE_SUPPORT...

…le finding when a plugin is programmatically activated with the following call stack: "PluginX -> ThemeX -> activate_plugin(PluginY)". Previously, the SDK picked up PluginX's main file as the main file...