Skip to content

wellknown_nodeinfo_data

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

Auto-generated Example

/**
 * 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' );

Parameters

  • array $array

Files

apply_filters( 'wellknown_nodeinfo_data', array() )

← All Hooks

Users

Developers

Clone this wiki locally