Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'rank_math/frontend/description', function( $description ) {
- if(is_product_category()) {
- $description = substr($description, 0, 160);
- }
- return $description;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement