-
Notifications
You must be signed in to change notification settings - Fork 85
wellknown_nodeinfo_data
github-actions[bot] edited this page Oct 6, 2025
·
1 revision
/**
* Callback function for the 'wellknown_nodeinfo_data' filter.
*
* @param array $array
* @return array The filtered value.
*/
function my_wellknown_nodeinfo_data_callback( array $array ) {
// Your code here.
return $array;
}
add_filter( 'wellknown_nodeinfo_data', 'my_wellknown_nodeinfo_data_callback' );
-
array
$array
apply_filters( 'wellknown_nodeinfo_data', array() )
Follow @[email protected] for updates and news.