Profiles

  • Member Since: July 4th, 2022
  • Find me on:
  • Posted a reply to Limit Woocommerce Product Title Number of Characters, on the site WordPress.org Forums:
    add_filter( 'the_title', 'shorten_woo_product_title', 10, 2 ); function shorten_woo_product_title( $title, $id ) { if ( !…