| Server IP : 216.238.66.20 / Your IP : 216.73.216.38 Web Server : nginx/1.30.4 System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/sweetheart.mx/htdocs/wp-content/plugins/jetpack-bak/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();