Przemek Maczewski
Przemek Maczewski
Well, I'd prefer not to do it. Probably, if there's no better option, I will end with some string replacement on the output (working with grunt-haml-php)
@munirkamal The concept of your plugin is so good that I hope you'll be paid for that like in freemium model or so. Keep up the good work!
Well, I try. Stats are showing a proper number of entries. However viewing: `/wp-admin/edit.php?post_type=cwp_gf_entries` causes permissions error: > Sorry, you are not allowed to edit posts in this post type....
Now I see it. Permalinks structure. The REST API error occurs when I switch to non-pretty permalinks (with GET variables). However that permission error persists on /wp-admin/edit.php?post_type=cwp_gf_entries
OK, I take your arguments. But there's an inconsistency with filter then. I see different (recorded) channels on the list and a channel name, in the filter, which does not...
Useful plugin, I'm voting for 2.0 support.
Hi @aheinze, it seems that the fix should be applied here as well: `COCKPIT[ERROR]: SQLSTATE[HY000]: General error: 1 no such column: "criteria66d71829062f3" - should this be a string literal in...
In @/lib/MongoLite/Cursor.php `$sql[] = 'WHERE document_criteria("'.$this->criteria.'", document)';` into `$sql[] = "WHERE document_criteria('{$this->criteria}', document)";` as well.