Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/colorkeysstudio/wp-content/plugins/jetpack/modules/ |
Upload File : |
<?php
/**
* Module Name: Podcast
* Module Description: Publish, manage, and grow your podcast right from your site.
* Sort Order: 38
* Requires Connection: Yes
* Auto Activate: Yes
* Module Tags: Writing
* Feature: Writing
* Additional Search Queries: podcast, podcasts, podcasting, audio, episodes, rss, feed, distribution
*
* @package automattic/jetpack
*/
use Automattic\Jetpack\Podcast\Podcast;
if ( ! defined( 'ABSPATH' ) ) {
exit( 0 );
}
// The package self-gates on the `jetpack_podcast_for_the_world` filter for
// self-hosted sites, and the module itself is only listed when that filter is
// true (see Jetpack::filter_available_modules_podcast()). Jetpack::late_initialization()
// also calls this on every request (idempotent) so it loads while disconnected.
Podcast::init();