woocommerce_get_script_data, $params, $handle
woocommerce_get_script_data, $params, $handle
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_get_script_data, $params, $handle') is found 1 times:
- /includes/class-wc-frontend-scripts.php line 795
} $params = apply_filters_deprecated( $handle . '_params', array( $params ), '3.0.0', 'woocommerce_get_script_data' ); return apply_filters( 'woocommerce_get_script_data', $params, $handle ); } /** * Get a list of payment gateway IDs that have custom place order buttons. * * @return array List of gateway IDs with custom place order buttons.