WPIntell

Source evidence

Needs dependencies

Surbma | Datepicker localization for Gravity Forms · support · 2015-03-05T19:59:00+00:00

praisesentiment
lowseverity
0.2relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

8 / 36 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Vayu Robins resolved
Hi, great idea for a plugin and thanks for sharing! However, it doesn’t really work with this dependency: array( ‘gform_datepicker_init’ ) It loads before the datepicker files and hence it will not work properly. So when the plugin loads the datepicker localization file, it is better to do something like this: ´ wp_enqueue_script( ‘surbma-datepicker-localization-for-gravity-forms’, plugins_url( ”, __FILE__ ) . ‘/js/datepicker-‘ . substr( get_locale(), 0, 2 ) . ‘.js’, array( ‘gform_datepicker_init’ ) ); ´ Thanks Vayu https://wordpress.org/plugins/surbma-datepicker-localization-for-gravity-forms/ Hi Vayu, good catch! 🙂 Thank you very much for the fix also! I have already updated the plugin with your fix.

Comments

1 shown
Surbma 2015-03-08T18:14:00+00:00

Hi Vayu, good catch! 🙂 Thank you very much for the fix also! I have already updated the plugin with your fix.