Amit
  • Home
  • Month: March 2021

Photo-about
WooCommerce, WordPress

How to Add New Tab to My Account Page in WooCommerce

// Note: add_action must follow'woocommerce_account_{your-endpoint-slug}_endpoint' format Use a Shortcode for ContentYou could even use the core WordPress function do_shortcode and render a pre-defined shortcode in your custom tab. In order to do that, just replace the part defining the content with something like this:  

Learn More

By Amit Bera

3 years ago
Share
Comments
WordPress

How to limit acf field value in WordPress

If you want to limit the ACF field character output. you can use below code. 1) Make sure to use get_field instead of the_field to get the value. 2) I would recommend using the built in WP function wp_trim_words

Learn More

By Amit Bera

3 years ago
Share
Comments
View more