- edited description
Add option to sync gCal rules with padding
Comments (23)
-
reporter -
reporter and also here.
-
Awaiting for this issue to be solved as I do think it will be quite a progress for the plugin.
-
reporter Another user requested this here.
-
reporter - marked as minor
-
reporter another user would need this.
-
reporter -
reporter - marked as major
-
reporter -
reporter another request
-
reporter perhaps an easier version would be to keep it working as is but have the option to include a default padding with a filter.
-
reporter is this doable? will it be implemented? If not, can we get a code snippet?
-
reporter bumping it up as it’s a very popular request.
-
reporter another request here.
-
reporter any update on this? Option to add a filter?
-
reporter another request here.
-
It’s could be realllly usefull. The last feature to make the plugin perfect !
-
This is really important feature for me as well, thanks for your consideration!
-
Please!!! This is a must!!!!
-
reporter another request here.
-
- changed status to resolved
From 4.25.0, this can be added with a filter:
/** * Add with a plugin like the Code Snippets plugin. * * Add product padding top synced events. * */ add_filter( 'wc_appointments_sync_with_padding', 'custom_sync_with_padding', 10, 2 ); function custom_sync_with_padding( $return, $product ) { return true; };Will be added to core once we receive enough feedback from customers.
-
reporter Filter name is missing one P - “appointments” is written as “apointments”
-
Added a typo fix with 4.25.1.
- Log in to comment