- Go to your Shopify
admin/settings/files
page - Open your browser Dev tools, go to the console
- Paste the content of the
console_download_list.js
file, and press enter - Your browser will automatically fetch each page and download the list with the links of all the files on the CDN.
- Using your preffered code editor, edit the HTML file by adding each link in img tag.
- Open the HTML file you just edit in a browser then right click-save as. It will download the HTML file again along with all the images in the location you specify.
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
[ | |
{ | |
"BankName": "AB Bank Ltd.", | |
}, | |
{ | |
"BankName": "Agrani Bank", | |
}, | |
{ | |
"BankName": "Al-Arafah Islami Bank Ltd.", | |
}, |
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
{ | |
"upazilas": [ | |
{ | |
"id": "1", | |
"district_id": "34", | |
"name": "Amtali", | |
"bn_name": "আমতলী" | |
}, | |
{ | |
"id": "2", |
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
<p><strong>Are you new to PHP or need a refresher?</strong> \n Then this course will help you get all the fundamentals of Procedural PHP, Object Oriented PHP, MYSQLi and ending the course by building a CMS system similar to WordPress, Joomla or Drupal.<br> | |
<strong>Knowing PHP has allowed me to make enough money to stay home and make courses like this one for students all over the world.</strong> Being a PHP developer can allow anyone to make really good money online and offline, developing dynamic applications.<br> | |
Knowing <strong>PHP </strong>will allow you to build web applications, websites or Content Management systems, like WordPress, Facebook, Twitter or even Google.<br> | |
<strong>There is no limit to what you can do with this knowledge.</strong> PHP is one of the most important web programming languages to learn, and knowing it, will give you <strong>SUPER POWERS</strong> in the web development world and job market place.<br> | |
<strong>Why?</strong><br> | |
Because Millions |
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
{ | |
"postcodes": [ | |
{ | |
"division_id": "1", | |
"district_id": "34", | |
"upazila": "Amtali", | |
"postOffice": "Amtali", | |
"postCode": "8710" | |
}, | |
{ |
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
{ | |
"districts": [ | |
{ | |
"id": "1", | |
"division_id": "3", | |
"name": "Dhaka", | |
"bn_name": "ঢাকা", | |
"lat": "23.7115253", | |
"long": "90.4111451" | |
}, |
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 | |
/** | |
* BuddyPress Avatars. | |
* | |
* @package BuddyBoss\Core | |
* @since BuddyPress 1.0.0 | |
*/ | |
// Exit if accessed directly. | |
defined( 'ABSPATH' ) || exit; |
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 | |
/** | |
* BuddyPress Avatars. | |
* | |
* @package BuddyBoss\Core | |
* @since BuddyPress 1.0.0 | |
*/ | |
// Exit if accessed directly. | |
defined( 'ABSPATH' ) || exit; |
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 | |
/** | |
* @todo add description | |
* | |
* @package BuddyBoss\Search | |
* @since BuddyBoss 1.0.0 | |
*/ | |
// Exit if accessed directly. | |
defined( 'ABSPATH' ) || exit; |
NewerOlder