WPIntell

Source evidence

Store name length

MarketKing — Ultimate WooCommerce Multivendor Marketplace Solution · support · 2025-11-28T14:24:00+00:00

neutralsentiment
mediumseverity
0.59relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 28 rows with source links

10.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
simplissite resolved
Hi, I don’t understand how to use the marketing_store_name_max_length(25) filter mentioned in your documentation to allow longer store names. I added it as a code snippet like this: add_filter('marketing_store_name_max_length',50); but this creates a display error. Thank you in advance for your help. Hi there, To increase the store name max length, you can write the code snippet as follows: add_filter('marketking_store_name_max_length', function($val){ return 50; }, 10, 1); This can be added to functions.php or to any code snippets plugin. You can replace 50 with a lower or higher number based on how many characters you want to allow, Let me know if you run into any issues, Hi, Thank you for your prompt assistance.

Comments

2 shown
Stefan 2025-11-28T22:12:00+00:00

Hi there, To increase the store name max length, you can write the code snippet as follows: add_filter('marketking_store_name_max_length', function($val){ return 50; }, 10, 1); This can be added to functions.php or to any code snippets plugin. You can replace 50 with a lower or higher number based on how many characters you want to allow, Let me know if you run into any issues,

simplissite 2025-12-01T08:19:00+00:00

Hi, Thank you for your prompt assistance.