Between Dewploy Sourcing Ltd.
And [customer name].
| Hash change of Bootstrap Tab | |
| ---------------------------- | |
| customized bootstrap tab component. here hash address will be changing on clicking on the tabs. and when ever copy this changed address to a browser url address accordingly it will show corresponding content in tabs |
| function get_edd_posts($per_page, $order, $category = '', $exclude_category = '') { | |
| $exclude_categories = explode(',', $exclude_category); | |
| $product_args = array( | |
| 'tax_query' => array ( | |
| array( | |
| 'taxonomy' => 'download_category', // Download Category | |
| 'terms' => $exclude_categories, // Download Category Exclusions | |
| 'field' => 'slug', // Term Slug |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |