-
-
Notifications
You must be signed in to change notification settings - Fork 31
webmention_mf2_class_mapper
github-actions[bot] edited this page Jan 3, 2026
·
1 revision
/**
* Callback function for the 'webmention_mf2_class_mapper' filter.
*
* @param mixed $class_mapper
* @return mixed The filtered value.
*/
function my_webmention_mf2_class_mapper_callback( $class_mapper ) {
// Your code here.
return $class_mapper;
}
add_filter( 'webmention_mf2_class_mapper', 'my_webmention_mf2_class_mapper_callback' );$class_mapper
apply_filters( 'webmention_mf2_class_mapper', $class_mapper )