Skip to content

webmention_handler_jsonld_set_properties

github-actions[bot] edited this page Jan 3, 2026 · 1 revision

Auto-generated Example

/**
 * Callback function for the 'webmention_handler_jsonld_set_properties' filter.
 *
 * @param array $array 
 * @param mixed $this 
 * @return array The filtered value.
 */
function my_webmention_handler_jsonld_set_properties_callback( array $array, $this ) {
    // Your code here.
    return $array;
}
add_filter( 'webmention_handler_jsonld_set_properties', 'my_webmention_handler_jsonld_set_properties_callback', 10, 2 );

Parameters

  • array $array
  • $this

Files

apply_filters( 'webmention_handler_jsonld_set_properties', array(), $this )

← All Hooks

Clone this wiki locally