View get_domain_mapped_url.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Function to get a blog/site's domain mapped url. | |
// | |
// You need to call it with a blog ID | |
// | |
// Example: | |
// $custom_blog_id = '14'; | |
// echo get_domain_mapped_url( $custom_blog_id ); | |
// |
View pedantically_commented_playbook.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This playbook has been removed as it is now very outdated. |