We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5e727 commit 76a69ddCopy full SHA for 76a69dd
1 file changed
themes/osi/inc/template-functions.php
@@ -228,7 +228,7 @@ function osi_the_page_dates() {
228
*
229
* @return string The processed content.
230
*/
231
-function osi_the_content( string $content ) {
+function osi_force_content_links_new_tab( string $content ) {
232
if ( ! em_is_event_rsvpable() ) {
233
// Instantiate the processor.
234
$processor = new \WP_HTML_Tag_Processor( $content );
@@ -258,4 +258,4 @@ function osi_the_content( string $content ) {
258
return $content;
259
}
260
261
-add_filter( 'the_content', 'osi_the_content' );
+add_filter( 'the_content', 'osi_force_content_links_new_tab' );
0 commit comments