janboddez / sync-opml-to-blogroll

Keep your WordPress blogroll in sync with your feed reader.
https://wordpress.org/plugins/sync-opml-to-blogroll/
GNU General Public License v3.0
4 stars 1 forks source link

Queue initial sync rather than run it inline #5

Closed janboddez closed 4 years ago

janboddez commented 4 years ago

Use wp_schedule_single_event instead of hooking directly into update_option_sync_opml_blogroll_settings, for better perceived performance.