bbp_get_topic_lock_description

bbp_get_topic_lock_description

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_lock_description') is found 1 times:

  • /includes/topics/template.php line 4028

    Warning: Undefined array key 4029 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 4030 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 4031 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 4032 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 4033 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		// Get the text
    		$text = sprintf( esc_html__( '%1$s is currently editing this topic.', 'bbpress' ), $person );
    
    		// Filter & return
    		return apply_filters( 'bbp_get_topic_lock_description', $text, $user_id, $topic_id );
    	}