sfw/theme/orderform/configurations
Description
Usage
<?php
function my_sfw_theme_orderform_configurations ( ){
// do your stuff here
}
add_action( 'sfw/theme/orderform/configurations', 'my_sfw_theme_orderform_configurations', 10, 0 );
?>