redcastor
@redcastor on WordPress.org
- Member Since: October 6th, 2016
Contribution History
redcastor’s badges:- Core Contributor Core Contributor
- Plugin Developer Plugin Developer
-
Posted a reply to HOW TO MAKE IT WORK WITH THE ELEMENTOR?, on the site WordPress.org Forums:
Hello, Thanks for the plugin it's very cool. But is it possible to support Elementor…2 months ago
-
Created a topic, Download chunked file not working, on the site WordPress.org Forums:
Hello, Thanks for your plugin. I want to use the chu…2 months ago
-
Posted a reply to Disable a single item cache, on the site WordPress.org Forums:
Fixed3 months ago
-
Posted a reply to Disable a single item cache, on the site WordPress.org Forums:
Hello, Yes this fix the problem. Thanks Auban3 months ago
-
Posted a reply to Possible to add a filter for cache_key in build_request_uri, on the site WordPress.org Forums:
Hello, Super great. I did tests and it works well. Many thanks for your time.…3 months ago
-
Posted a reply to build_request_uri not store correct request uri, on the site WordPress.org Forums:
Hello, Great its work fine. Many thanks for your time. Auban3 months ago
-
Posted a reply to Prevent caching for logged in users, on the site WordPress.org Forums:
Hello Add in your htaccess the cache control to private must-revalidate. Example: <filesMatch "\\.(html|htm|php)$"> Header…4 months ago
-
Posted a reply to Possible to add a filter for cache_key in build_request_uri, on the site WordPress.org Forums:
Hello, You can find the implementation here: https://github.com/RedCastor/wp-rest-cache4 months ago
-
Posted a reply to build_request_uri not store correct request uri, on the site WordPress.org Forums:
Hello, You can find this fix here: https://github.com/RedCastor/wp-rest-cache4 months ago
-
Posted a reply to Possible to add a filter for cache_key in build_request_uri, on the site WordPress.org Forums:
And for regenerate expired cache Class Caching line 1027 // Regenerate. $url = get_home_url() .…4 months ago
-
Posted a reply to Possible to add a filter for cache_key in build_request_uri, on the site WordPress.org Forums:
Like this: /** * Get the requested URI and create the cache key. * *…4 months ago
-
Posted a reply to Possible to add a filter for cache_key in build_request_uri, on the site WordPress.org Forums:
Or not a db option but a define. define(WP_REST_CACHE_KEY, ['X_WP_LANG']);4 months ago
-
Posted a reply to Possible to add a filter for cache_key in build_request_uri, on the site WordPress.org Forums:
Or more simple add db option to list wich header keys is used for create…4 months ago
-
Created a topic, build_request_uri not store correct request uri, on the site WordPress.org Forums:
Hello, The build_request_uri not store correct reques…4 months ago
-
Created a topic, Super thanks, on the site WordPress.org Forums:
Great plugin.4 months ago
-
Posted a reply to Possible to add a filter for cache_key in build_request_uri, on the site WordPress.org Forums:
Hello, WPML is not compatible with stateless url but i have create in my angularjs…5 months ago
-
Posted a reply to Possible to add a filter for cache_key in build_request_uri, on the site WordPress.org Forums:
Or $this->cache_key = apply_filters('wp_rest_cache/cache_key', md5($this->request_uri), $this->request_uri); example result after apply_filters: 0fc1532dc07ad188604b9c332c9b820a-fr5 months ago
-
Created a topic, Possible to add a filter for cache_key in build_request_uri, on the site WordPress.org Forums:
Hello, Is it possible to add a filter in Endpoint_Api…5 months ago
-
Posted a reply to Disable a single item cache, on the site WordPress.org Forums:
Hello, The problem is if we use shortcode on some content linked with other post…5 months ago
-
Created a topic, Disable a single item cache, on the site WordPress.org Forums:
Hello, Great plugin, many thanks. Is it possible to …5 months ago
-
Committed [2049328] to Plugins Trac:
v1.7.88 months ago
-
Committed [2049320] to Plugins Trac:
v1.5.08 months ago
-
Posted a reply to Woocommerce variation update not clear post cache, on the site WordPress.org Forums:
Hello, I work now on a better solution to clean cache for full support wpml…1 year ago
-
Created a topic, code 304 return compare time not correct, on the site WordPress.org Forums:
Hello, The return 304 code is not correct. if ( $htt…1 year ago
-
Created a topic, Top plugin simple to use, on the site WordPress.org Forums:
Simple and efficient. ++++++1 year ago
-
Posted a reply to Woocommerce variation update not clear post cache, on the site WordPress.org Forums:
Hello, I have add more features. = 1.3.2 * Add support clear cache woocommerce variation.…1 year ago
-
Posted a reply to Woocommerce variation update not clear post cache, on the site WordPress.org Forums:
Hello, Yes it works. But not if i change others in variation. Is it possible…1 year ago
-
Posted a reply to Woocommerce variation update not clear post cache, on the site WordPress.org Forums:
Hello, Thanks for your reply. I have installed the last release. But the hook for…1 year ago
-
Created a topic, Woocommerce variation update not clear post cache, on the site WordPress.org Forums:
Hello, With woocommerce on product variation update t…1 year ago
-
Posted a reply to Fix for create_function deprecated in PHP 7.2, on the site WordPress.org Forums:
Hello, Thanks for your report. I will fix quickly.1 year ago
-
Posted a reply to Breaks routes if they change, on the site WordPress.org Forums:
Ok Resolved1 year ago
-
Posted a reply to Fatal Error when installing, on the site WordPress.org Forums:
Hello, Describe your environment. WP version PHP version DB version1 year ago
-
Committed [1885725] to Plugins Trac:
Fix default active "on" route option if route not exist in ...1 year ago
-
Posted a reply to Not filtering plugins, on the site WordPress.org Forums:
Hello, Sorry but I do not understand what you're going to say1 year ago
-
Posted a reply to Breaks routes if they change, on the site WordPress.org Forums:
Hello, Thanks for your feedback. I correct this tomorrow. The default option route is not…1 year ago
-
Posted a reply to Angular version not specified in the documentation, on the site WordPress.org Forums:
Hello, The Angular version is 1.6.4 I add in the doc this week. Regards, Auban2 years ago
-
Committed [1808130] to Plugins Trac:
Tag 1.4.02 years ago
-
Committed [1808126] to Plugins Trac:
v1.5.02 years ago
-
Posted a reply to Extraneous code and settings, on the site WordPress.org Forums:
HEllo, Thank you for your review. The plugin is updated with the new column name.…2 years ago
-
Committed [1787253] to Plugins Trac:
Change settings column name from Select to Active2 years ago
-
Posted a reply to Extraneous code and settings, on the site WordPress.org Forums:
Hello, Yes, some times on different request some global function is neccessary before load plugin.…2 years ago
-
Committed [1774910] to Plugins Trac:
1.0.52 years ago
-
Committed [1774909] to Plugins Trac:
* Fix load settings fields for route fields * On filter route force to ...2 years ago
-
Committed [1774908] to Plugins Trac:
Remove 1.0.52 years ago
-
Committed [1774906] to Plugins Trac:
* Fix load settings fields for route fields * On filter route force to ...2 years ago
-
Posted a reply to The plugin does not have a valid header, on the site WordPress.org Forums:
close2 years ago
-
Posted a reply to The plugin does not have a valid header, on the site WordPress.org Forums:
v1.0.3 The plugin is fixed for activation by add new plugins page and the must…2 years ago
-
Posted a reply to The plugin does not have a valid header, on the site WordPress.org Forums:
Hello, Thank you for your request. I fix this issue tomorrow.2 years ago
-
Created a topic, TOP Plugin for developer, on the site WordPress.org Forums:
Super plugin for developer. Work fine2 years ago
-
Created a new ticket, #40861, in Core Trac:
Rest Api create media2 years ago
Developer
-
Angular for WordPress
Active Installs: 100+
-
Rest Manager
Active Installs: 40+