csstidy_optimise::dissolve_4value_shorthands() – Dissolves properties like padding:10px 10px 10px to padding-top:10px;padding-bottom:10px;.
csstidy_optimise::merge_4value_shorthands() – Merges Shorthand properties again, the opposite of dissolve_4value_shorthands()
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.
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.
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.
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.
Jetpack_Tweetstorm_Helper::utf_16_code_unit_length() – JavaScript uses UTF-16 for encoding strings, which means we need to provide UTF-16 based offsets for the block editor to render tweet boundaries in the correct location.
VideoPress_Scheduler::add_30_minute_cron_interval() – Adds 30 minute running interval to the cron schedules.