Lines:
1 to 21 of 21
<?php use Automattic\Jetpack\Constants; /* class Jetpack_3rd_Party_Domain_Mapping */ /* function Jetpack_3rd_Party_Domain_Mapping::init() – An array of methods that are used to hook the Jetpack sync filters for home_url and site_url to a mapping plugin. */ /* function Jetpack_3rd_Party_Domain_Mapping::__construct() – */ /* function Jetpack_3rd_Party_Domain_Mapping::attempt_to_hook_domain_mapping_plugins() – This function is called on the plugins_loaded action and will loop through the $test_methods to try and hook a domain mapping plugin to the Jetpack sync filters for the home_url and site_url callables. */ /* function Jetpack_3rd_Party_Domain_Mapping::hook_wordpress_mu_domain_mapping() – This method will test for a constant and function that are known to be used with Donncha’s WordPress MU Domain Mapping plugin. If conditions are met, we hook the domain_mapping_siteurl() function to Jetpack sync filters for home_url and site_url callables. */ /* function Jetpack_3rd_Party_Domain_Mapping::hook_wpmu_dev_domain_mapping() – This method will test for a class and method known to be used in WPMU Dev’s domain mapping plugin. If the method exists, then we’ll hook the swap_to_mapped_url() to our Jetpack sync filters for home_url and site_url. */ /* function Jetpack_3rd_Party_Domain_Mapping::method_exists() – */ /* function Jetpack_3rd_Party_Domain_Mapping::class_exists() – */ /* function Jetpack_3rd_Party_Domain_Mapping::function_exists() – */ /* function Jetpack_3rd_Party_Domain_Mapping::get_domain_mapping_utils_instance() – */ Jetpack_3rd_Party_Domain_Mapping::init();