-
Notifications
You must be signed in to change notification settings - Fork 85
nodeinfo2_data
github-actions[bot] edited this page Oct 6, 2025
·
1 revision
/**
* 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' );
-
array
$string_list
apply_filters( 'nodeinfo2_data', array( 'protocols' => array() ) )
Follow @[email protected] for updates and news.