bp_activity_embed_excerpt_onclick_location_filter( string $text )
Catch links in embed excerpt so top.location.href can be added.
Description
Due to
Parameters
- $text
-
(Required) Embed excerpt
Return
(string)
Source
File: bp-activity/bp-activity-embeds.php
function bp_activity_embed_excerpt_onclick_location_filter( $text ) { return preg_replace_callback( '/<a\s+[^>]*href=\"([^\"]*)\"/iU', 'bp_activity_embed_excerpt_onclick_location_filter_callback', $text ); }
Changelog
Version | Description |
---|---|
BuddyPress 2.6.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.