at path:
ROOT
/
wp-content
/
plugins
/
wplr-sync
/
wplr-sync.php
run:
R
W
Run
app
DIR
2026-05-07 16:53:16
R
W
Run
classes
DIR
2026-05-07 16:53:16
R
W
Run
common
DIR
2026-05-07 16:53:16
R
W
Run
languages
DIR
2026-05-07 16:53:16
R
W
Run
vendor
DIR
2026-05-07 16:53:16
R
W
Run
api.md
2.78 KB
2021-05-20 07:11:02
R
W
Run
Delete
Rename
readme.txt
25.39 KB
2026-05-07 14:54:18
R
W
Run
Delete
Rename
wplr-sync.php
743 By
2026-05-07 14:54:18
R
W
Run
Delete
Rename
error_log
up
📄
wplr-sync.php
Save
<?php /* Plugin Name: Photo Engine (WP/LR Sync) Plugin URI: https://meowapps.com Description: Synchronize and maintain your photos, collections, keywords and metadata between Lightroom and WordPress. Version: 6.5.3 Author: Jordy Meow Author URI: https://meowapps.com Text Domain: wplr-sync Domain Path: /languages Originally developed for two of my websites: - Jordy Meow (https://offbeatjapan.org) - Haikyo (https://haikyo.org) */ define( 'WPLR_SYNC_VERSION', '6.5.3' ); define( 'WPLR_SYNC_PREFIX', 'wplr_sync' ); define( 'WPLR_SYNC_DOMAIN', 'wplr-sync' ); define( 'WPLR_SYNC_ENTRY', __FILE__ ); define( 'WPLR_SYNC_PATH', dirname( __FILE__ ) ); define( 'WPLR_SYNC_URL', plugin_dir_url( __FILE__ ) ); require_once( 'classes/init.php'); ?>