leosolutions
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Refresh yoast seo sitemapI tried this but doesnt work either
// Create the object to be sure the yoast filter is working
if( file_exists( ABSPATH . PLUGINDIR .’/multiple-domain-mapping-on-single-site/multidomainmapping.php’ ) ) {
require_once( ABSPATH . PLUGINDIR .’/multiple-domain-mapping-on-single-site/multidomainmapping.php’ );
$mappings = FALKE_MultipleDomainMapping::get_instance();
}global $wp_rewrite;
//Flush the rules and tell it to write htaccess
$wp_rewrite->flush_rules( true );
flush_rewrite_rules();Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Refresh yoast seo sitemapDoesnt work.
I think It is because you have to filter in your code.//yoast sitemaps
add_filter( ‘wpseo_xml_sitemap_post_url’, array($this, ‘replace_yoast_xml_sitemap_post_url’), 0, 2 );
add_filter( ‘wpseo_sitemap_entry’, array($this, ‘replace_yoast_sitemap_entry’), 10, 3 );Is it possible for me to use them on my side? Like creating your class object to use it?
Forum: Plugins
In reply to: [Contact Form 7] Gmail auto reply issuesHi,
I made tests and the reply email is not consiedered as a spam. I dont find it at all in the customer mailbox