<?


// 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://cpc.managementdu.ac.bd/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-posts-job-1.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-posts-candidate-1.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-posts-employer-1.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-posts-employer-2.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-posts-employer-3.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-posts-employer-4.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-posts-employer-5.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-taxonomies-jobtype-1.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-taxonomies-sector-1.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-users-1.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-users-2.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-users-3.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-users-4.xml</loc></sitemap><sitemap><loc>https://cpc.managementdu.ac.bd/wp-sitemap-users-5.xml</loc></sitemap></sitemapindex>
