wpcom_podcasting_tracked_blog_id

wpcom_podcasting_tracked_blog_id

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0

apply_filters('wpcom_podcasting_tracked_blog_id') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-podcast/src/feed/class-customize-feed.php line 268
    			 *
    			 * @param int|null $blog_id Default Jetpack connection site ID, or null when unavailable.
    			 * @param WP_Post  $post    The post being rendered.
    			 */
    			$blog_id = (int) apply_filters( 'wpcom_podcasting_tracked_blog_id', $default_blog_id, $post_obj );
    
    			// Bail when we can't resolve a real blog ID — emit the original URL rather than a guaranteed-404 stats URL.
    			if ( $blog_id > 0 ) {
    				$stats_url = self::build_stats_url( $blog_id, (int) $post_obj->ID, $original_url );
    				$enclosure = preg_replace_callback(
    					'/url="[^"]*"/i',