<?


// wrapper function to init E2w_Exporter
function e2w_export_on_save_post( $post_id = null ) {
	if ( $post_id === null )
		return;
	
	// If this is just a revision, return
    if ( get_post_status( $post_id ) === 'auto-draft' )
    	return;
	
	if ( wp_is_post_revision( $post_id ) )
		return;
	
    if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE )
        return;
	
	// check if post_type is e2w_document
	if ( get_post_type( $post_id ) != 'e2w_document' )
		return;
	
	if ( get_post_meta( $post_id, 'e2w_doc_save_export', true ) != 'save_export' )
		return;	
	
	// include and init Exporter
	E2w_export2word::include_dir(  E2w_export2word::plugin_dir_path() . 'inc/exporter/' );
	new E2w_Exporter( $post_id );

}
// add_action( 'save_post_e2w_document', 'e2w_export_on_save_post', 100 );
add_action( 'save_post', 'e2w_export_on_save_post', 100 );

?><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://ww2.seqtek.com/wp-content/plugins/seriously-simple-podcasting/templates/feed-stylesheet.xsl"?><rss version="2.0"
	 xmlns:content="http://purl.org/rss/1.0/modules/content/"
	 xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	 xmlns:dc="http://purl.org/dc/elements/1.1/"
	 xmlns:atom="http://www.w3.org/2005/Atom"
	 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	 xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	 xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"
	 xmlns:podcast="https://podcastindex.org/namespace/1.0"
	>
		<channel>
		<title>SEQTEK - Development Delivered</title>
		<atom:link href="https://ww2.seqtek.com/feed/podcast/" rel="self" type="application/rss+xml"/>
		<link>https://ww2.seqtek.com/</link>
		<description>Development Delivered</description>
		<lastBuildDate>Thu, 28 Dec 2023 19:55:47 +0000</lastBuildDate>
		<language>en-US</language>
		<copyright>&#xA9; 2026 SEQTEK - Development Delivered</copyright>
		<itunes:subtitle>Development Delivered</itunes:subtitle>
		<itunes:author>SEQTEK - Development Delivered</itunes:author>
		<itunes:summary>Development Delivered</itunes:summary>
		<itunes:owner>
			<itunes:name>SEQTEK - Development Delivered</itunes:name>
			<itunes:email>domanick@seqtechllc.com</itunes:email>
		</itunes:owner>
		<itunes:explicit>clean</itunes:explicit>
		<googleplay:author><![CDATA[SEQTEK - Development Delivered]]></googleplay:author>
			<googleplay:email>domanick@seqtechllc.com</googleplay:email>
			<googleplay:description></googleplay:description>
			<googleplay:explicit>No</googleplay:explicit>
			<podcast:locked owner="domanick@seqtechllc.com">yes</podcast:locked>
		<podcast:guid>26a50b53-09b6-5ae8-ba05-547a7a2e8393</podcast:guid>
		
		<!-- podcast_generator="SSP by Castos/2.18.0" Seriously Simple Podcasting plugin for WordPress (https://wordpress.org/plugins/seriously-simple-podcasting/) -->
		<generator>https://wordpress.org/?v=6.4.8</generator>
	</channel>
</rss>
