WooCommerce Note Max Lenght

0.0/5
<?php
add_action("wp_footer", "cod_set_max_length");

function cod_set_max_length(){
?>
<script>
jQuery(document).ready(function($){
$("#order_comments").attr('maxlength','98');
});
</script>
<?php
}

Comments and reviews

{{ reviewsTotal }} Review
{{ reviewsTotal }} Reviews
{{ options.labels.newReviewButton }}
{{ userData.canReview.message }}

Description

This snippet was fetched automatically from WPDistro.cz projects.

Author

Tags

This snippet is untagged