jetpack_posts_to_podcast
jetpack_posts_to_podcast
Appears in: jetpack.16.0
Hook Type: filter
Displaying hooks found in version: jetpack.16.0apply_filters('jetpack_posts_to_podcast') is found 1 times:
- /jetpack_vendor/automattic/jetpack-podcast/src/class-podcast.php line 114
* @param bool $enabled Whether to enable Posts to Podcast. */ $enabled = self::is_user_connected( get_current_user_id() ); return (bool) apply_filters( 'jetpack_posts_to_podcast', $enabled ); } /** * Whether a user is connected to WordPress.com. * * @param int $user_id User ID.