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.


Parameters

$content

(string)The email content.


Top ↑

Source

File: wp-mail.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
1.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.