redcastor
@redcastor on WordPress.org
- Member Since: October 6th, 2016
Contribution History
redcastor’s badges:- Core Contributor Core Contributor
- Plugin Developer Plugin Developer
-
Created a topic, PHP Warning constant is_network_admin, on the site WordPress.org Forums:
Hello, You check for a define but this is not a const…2 weeks ago
-
Created a topic, Register site not work with path, on the site WordPress.org Forums:
Hello, Create new site with domain path not work. Ex…2 weeks ago
-
Posted a reply to Error 404, on the site WordPress.org Forums:
Not work. You not add network path to the domain arg but on the path…2 weeks ago
-
Posted a reply to Error 404, on the site WordPress.org Forums:
Thanks, but i work on localhost with subfolder so its not a subdomain and the…3 weeks ago
-
Posted a reply to Error 404, on the site WordPress.org Forums:
Hello, The problem is in the plugin file register-actions.php line 57 the path of the…3 weeks ago
-
Posted a reply to Ajax Update theme error with slug contain slash, on the site WordPress.org Forums:
Yes a slug cannot contain a slash or other special character. But in this case…3 months ago
-
Posted a reply to Ajax Update theme error with slug contain slash, on the site WordPress.org Forums:
Hello, Yes it's right for wp_unslash but on the line 4114 the regular expression strip…3 months ago
-
Created a topic, Ajax Update theme error with slug contain slash, on the site WordPress.org Forums:
Hello, With ajax update theme the theme slug in post …3 months ago
-
Created a topic, Support Elementor plugin, on the site WordPress.org Forums:
Hello, Thank you for this great plugin. Is Elementor …4 months ago
-
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…7 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…7 months ago
-
Posted a reply to Disable a single item cache, on the site WordPress.org Forums:
Fixed8 months ago
-
Posted a reply to Disable a single item cache, on the site WordPress.org Forums:
Hello, Yes this fix the problem. Thanks Auban8 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.…8 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. Auban8 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…9 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-cache9 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-cache9 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() .…9 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. * *…9 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']);9 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…9 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…10 months ago
-
Created a topic, Super thanks, on the site WordPress.org Forums:
Great plugin.10 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…10 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-fr10 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…10 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…10 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 …10 months ago
-
Committed [2049328] to Plugins Trac:
v1.7.81 year ago
-
Committed [2049320] to Plugins Trac:
v1.5.01 year 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…2 years 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…2 years ago
-
Created a topic, Top plugin simple to use, on the site WordPress.org Forums:
Simple and efficient. ++++++2 years 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.…2 years 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…2 years 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…2 years 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…2 years 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.2 years ago
-
Posted a reply to Breaks routes if they change, on the site WordPress.org Forums:
Ok Resolved2 years ago
-
Posted a reply to Fatal Error when installing, on the site WordPress.org Forums:
Hello, Describe your environment. WP version PHP version DB version2 years ago
-
Committed [1885725] to Plugins Trac:
Fix default active "on" route option if route not exist in ...2 years 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 say2 years 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…2 years 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
Developer
-
Angular for WordPress
Active Installs: 100+
-
Rest Manager
Active Installs: 30+