WPIntell

Source evidence

do_shortcode-2

blueimp lightbox · support · 2016-06-07T18:29: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.

6 / 25 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
rreimche unresolved
It all has started there: https://wordpress.org/support/topic/do_shortcode-5?replies=5 Since the topic is closed and I didn’t see any link or form to reopen it, I create this one. Based on what David had written, I suppose, one should add some processing for the gallery to the following code: function filter_gallery_shortcode_output_29832( $gallery, $attr ) { remove_filter( 'post_gallery', __FUNCTION__, 10, 2 ); $gallery = gallery_shortcode( $attr ); add_filter( 'post_gallery', __FUNCTION__, 10, 2 ); // Change the output // $gallery = ... return $gallery; } add_filter( 'post_gallery', 'filter_gallery_shortcode_output_29832', 10, 2 ); I also think that it should be something very similar to what is happening in the add_attribute() in bluimp: https://plugins.trac.wordpress.org/browser/blueimp-lightbox/trunk/lib/class-blueimp-lightbox.php#L60 But I don’t get what exactly 🙁 Could someone help/give a hint please? https://wordpress.org/plugins/blueimp-lightbox/

Comments

0 shown

No comments were stored for this source.