pre_comment_author_url, $value

pre_comment_author_url, $value

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('pre_comment_author_url, $value') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-feedback-author.php line 111
    						 *
    						 * Listed to help search find the filters.
    						 * apply_filters( ''pre_comment_author_name', $value )
    						 * apply_filters( ''pre_comment_author_email', $value )
    						 * apply_filters( ''pre_comment_author_url', $value )
    						*/
    						apply_filters( $filter, addslashes( $value ) )
    					)
    				);
    
    			}