phone_content WordPress Filter Hook
The phone_content Wordpress hook is used to add content to the phone number field on a website. This can be used to add a country code, for example, or to add a link to a phone number.
apply_filters( 'phone_content', string $content ) #
Filters the content of the post submitted by email before saving.
Contents
Parameters
- $content
(string)The email content.
Source
File: wp-mail.php
Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |