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