Hi everyone.
Today I will show you how to earn $200+$50 free credit for digitalocean.
Lets start.
Dont forget, you must have a new account on digitalocean for earn $250 coupon code.
| <?php | |
| // source: http://wordpress.stackexchange.com/questions/211703/need-a-simple-but-complete-example-of-adding-metabox-to-taxonomy | |
| // original code authored by jgraup - http://wordpress.stackexchange.com/users/84219/jgraup | |
| /* | |
| * NOTE: | |
| * We are registering the fields for a custom taxonomy, called "user-logement". | |
| */ |
| // Add this code to bottom line of your active theme functions.php file. | |
| function export_custom_terms_in_json () { | |
| // get all terms of custom_taxonomy | |
| $CustomTaxTerms = get_terms( 'custom_taxonomy', array( 'orderby'=>'count', 'hide_empty' => 0 ) ); | |
| if( ! is_wp_error( $CustomTaxTerms ) ) { | |
| // encode term list |
| <!doctype html> | |
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <ul class="nav nav-tabs" id="myTab" role="tablist"> | |
| <li class="nav-item"> | |
| <a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">Home</a> | |
| </li> |
| <?php | |
| /** | |
| * Wordpress customizable post terms list generator | |
| * | |
| * Add to your theme functions.php file. | |
| * @param null $post_id | |
| * @param string $tax | |
| * @param bool $with_link | |
| * @param string $seperator |
DigitalOcean, a leading cloud infrastructure provider, empowers developers and businesses by offering scalable and cost-effective virtual private servers called droplets. Whether you're an aspiring developer, a small business owner, or simply looking to explore the world of cloud computing, DigitalOcean provides a user-friendly platform to deploy and manage your applications or websites. In this article, we will take you through the step-by-step process of signing up for DigitalOcean and creating your very first droplet.