Skip to content

Filter: apple_news_build_image_src

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_build_image_src', string $url, string $text )

Allows for an image src value to be filtered before being applied.

Parameters

$url

(string) The URL to be filtered.

$text

(string) The raw text that was parsed for the URL.

Source

includes/apple-exporter/components/class-image.php

Clone this wiki locally