WPIntell

Source evidence

WPML Support

Login or Logout Menu Item · support · 2023-12-20T15:20:00+00:00

complaintsentiment
mediumseverity
0.75relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

7 / 29 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
aregmk unresolved
Hi there, I want to thank you for this great plugin. Also I would like to help others with this small snippet for WPML support. It would be really good to have this code integrated into the plugin one day. // detects if WPML is active define('USING_WPML', defined('ICL_SITEPRESS_VERSION')); // adds WPML support to LOLMI plugin function PREFIX_lolmi_wpml_support($value, $option) { if( USING_WPML ) $value = apply_filters('wpml_permalink', $value); return $value; } add_filter('option_lolmi_login_page_url', 'PREFIX_lolmi_wpml_support', 10, 2); add_filter('option_lolmi_login_redirect_url', 'PREFIX_lolmi_wpml_support', 10, 2); add_filter('option_lolmi_logout_redirect_url', 'PREFIX_lolmi_wpml_support', 10, 2);

Comments

0 shown

No comments were stored for this source.