bbp_admin_topics_column_headers

bbp_admin_topics_column_headers

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_admin_topics_column_headers') is found 1 times:

  • /includes/admin/topics.php line 864
    			'bbp_topic_freshness'   => esc_html__( 'Last Post', 'bbpress' )
    		);
    
    		// Filter & return
    		return (array) apply_filters( 'bbp_admin_topics_column_headers', $columns );
    	}
    
    	/**
    	 * Print extra columns for the topics page
    	 *
    	 * @since 2.0.0 bbPress (r2485)
    

See this hook used in plugins: