The Product: Custom Actions block allows you to add a Custom Do Action or a Custom Do Function to your product pages. This feature can be used for integrating with 3rd party plugins or just for adding custom functions to the product page.

The Product: Custom Actions block can be found under the Woo Template Blocks section of the Block Selector.

Block Settings
You can customize your Product: Custom Actions Block using the Block Settings.

General Settings – Here, you can set the Custom Type as a Do Function or a Do Action. Then in the Custom Action/Function field, you can call that action.

For example, you can add this Code Snippet to your website
function custom_snippet_example() { echo '<h1 style="color:white;background:black;">Hello!</h1>'; }
Then you can call this action by using these Block Settings.

The results will look like this.

Spacing Settings – The Spacing Settings allow you to add padding and margin for desktop, tablet, and mobile devices.

Advanced Settings – The Advanced Settings allow you to add a Custom CSS Class to your block.
