phone_content

phone_content

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('phone_content') is found 1 times:

  • /wp-mail.php line 216
    	 * @since 1.2.0
    	 *
    	 * @param string $content The email content.
    	 */
    	$post_content = apply_filters( 'phone_content', $content );
    
    	$post_title = xmlrpc_getposttitle( $content );
    
    	if ( '' === trim( $post_title ) ) {
    		$post_title = $subject;
    	}