이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Coral – Remote Images

설명

Do you work with GIT repositories and develop WordPress websites locally? Have you found it time consuming and difficult to develop locally on a large WordPress website that has thousands of images? Does your development site get out of date within months due to active content management on the live site?

Activate this plugin on your local or development environment, and any linked images in the database content (wp-content/uploads folder) will be pulled from the live site URL.

설치

  1. Upload the plugin files to the /wp-content/plugins/coral-remote-images directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Done!

FAQ

The plugin didn’t recognize the live URL

Yea, it might not. When we at Big Sea build websites locally, we tend to import the live database, and modify the URL for our local installs via PHP constants. If you do not do that, and modify the database, you can tell Coral Remote Images what the live URL is by setting:

define('BSD_CORAL_LIVE_URL', 'http://yourlivesiteURL.com');

Add this in your wp-config.php or theme’s functions.php … this is the location of your WordPress install, not your site’s root (if it varies)

후기

2018년 1월 23일
I'm working on sites that get way out of date within one day. I also develop at a fast cadence. I must have all the images in place and I'm running out of space on my local machine. This plugin is great for filling in the images in the background. I host my images on a CDN so I plopped the CDN URL in there instead of the application URL. All works correctly.
2016년 9월 3일
It does what it says. Saves the wait of yanking a giant folder of resources from /wp-content and keeps files consistent with live sites.
모든 3 평가 읽기

기여자 & 개발자

“Coral – Remote Images”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Coral – Remote Images”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1

  • Added a settings page under ‘Settings’ called ‘Remote Images’. This allows you to set the live url via the database. Will only be overridden by the BSD_CORAL_LIVE_URL PHP constant.

1.0.3

  • [Fix] Discovered that we weren’t compensating for SSL redirection. URLs to change to weren’t properly being determined.

1.0.2

  • [Fix] Noticed during wp-cli activate that WP_SITEURL isn’t set during the time that it’s being utilized. Changed the location that it gets used, and swapped out some conditionals accordingly.

1.0

  • Initial Release