Skip to:
Content
Pages
Categories
Search
Top
Bottom

Parsing of CM Tooltip glossary terms in forum

Viewing 1 replies (of 1 total)

  • Robin W
    Moderator

    @robin-w

    I’ve been mulling this over…

    I don’t think the following will work, but it’s worth an initial try – add this to your functions file

    function bsp_breadcrumbs ($args) {
    	$pre_current_text = $args['current_text'] ;
    	$args['current_text'] = '[glossary_exclude]'.$pre_current_text.'[/glossary_exclude]' ;
    	return $args ;
    }
    
    //add the filter 
    add_filter('bbp_before_get_breadcrumb_parse_args', 'bsp_breadcrumbs');
    
    

    Let me know either way !

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar