Denis Žoljom

Results 147 issues of Denis Žoljom

### Describe your feature request When running some CLI methods, I encountered two issues: 1. If you have a theme installed alongside the plugin, for instance, and you run some...

feature request

I am getting an error ```bash Parameter #1 $response of function wp_remote_retrieve_response_code expects array, WP_Error given. ``` But that function takes either `array` or `WP_Error` as an argument: https://developer.wordpress.org/reference/functions/wp_remote_retrieve_response_code/

I am trying to convert the yaml file to json, my test file is the one from [here](http://editor.swagger.io/#/), the pet store. The `yaml` file looks like this: ```yaml swagger: "2.0"...

I'm implementing this for client on his wordpress site, and he has revolution slider included in page, and when I enable okayNav, I get these errors: ``` Uncaught TypeError: Cannot...

I have put the `okayNav()` inside a function, so that I can call it on resize like this ``` function navigation(){ $('#nav-main').okayNav({ swipe_enabled : false, }); } navigation(); $(window).on('resize', function(){...

This issue is inspired by a tweet from John Blackbourn > Every \ or \ element on the web should have a "Copy" button next to it. https://twitter.com/johnbillion/status/1316336593180012545?s=20 So you...

This sniff will check the `declare` statements for a specific coding style. By default, the style of the `declare` statement is without braces and will be applied for all the...

Type: enhancement
Feature: Universal

Originally created in the [WPCS repo](https://github.com/WordPress/WordPress-Coding-Standards/issues/1382) ### Motivation The motivation behind the sniff was that I got errors in my php code, and I couldn't see where the errors were...

Type: enhancement
Status: awaiting feedback

## Is your feature request related to a problem? A sniff creation was underway here: https://github.com/WordPress/WordPress-Coding-Standards/pull/1771 but it makes no sense to have it in WPCS. I'll create a PR...

Type: enhancement
Feature: Universal

If headers aren't set, for instance ```php header( 'Access-Control-Allow-Origin: *' ); ``` The call towards the route can fail. Everywhere we handle direct file access we should add this -...

bug
enhancement