WPIntell

Source evidence

rc_widget_form_output hook

Rich Contact Widget · support · 2015-07-01T14:57:00+00:00

praisesentiment
mediumseverity
0.38relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

4 / 27 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Česlav Przywara unresolved
Hi, I was looking for something exactly like your plugin, so many thanks for it! I experimented with adding my own fields via hooks and I would suggest to add instance of RC_Widget class (ie. $this ) as a parameter to the rc_widget_form_output hook. This way, in filter function that hooks to rc_widget_form_output , the code that prints new form fields can use get_field_id and get_field_name methods (inherited from WP_Widget class) – basically the same way that standard plugin code does. Adding new fields to the form is then just a copy-paste exercise plus a bit of renaming 🙂 Thanks for great plugin again! Česlav https://wordpress.org/plugins/rich-contact-widget/ Hi, Thank you for taking the time to write this. This is absolutely true, and I really want to update this, and the whole plugin, in the future. I only need to take the time to do it.

Comments

1 shown
Remy Perona 2015-07-02T13:16:00+00:00

Hi, Thank you for taking the time to write this. This is absolutely true, and I really want to update this, and the whole plugin, in the future. I only need to take the time to do it.