Skip to content

nodeinfo2_data

github-actions[bot] edited this page Oct 6, 2025 · 1 revision

Auto-generated Example

/**
 * Callback function for the 'nodeinfo2_data' filter.
 *
 * @param array $string_list 
 * @return array The filtered value.
 */
function my_nodeinfo2_data_callback( array $string_list ) {
    // Your code here.
    return $string_list;
}
add_filter( 'nodeinfo2_data', 'my_nodeinfo2_data_callback' );

Parameters

  • array $string_list

Files

apply_filters( 'nodeinfo2_data', array( 'protocols' => array() ) )

← All Hooks

Users

Developers

Clone this wiki locally