Skip to content

Instantly share code, notes, and snippets.

@jtsternberg
Last active August 1, 2017 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtsternberg/1f3ef57a18264501b5acf19f85cae003 to your computer and use it in GitHub Desktop.
Save jtsternberg/1f3ef57a18264501b5acf19f85cae003 to your computer and use it in GitHub Desktop.
Log when instagram importer cron fires
<?php
add_action( 'dsgnwrks_instagram_cron', function() {
error_log( 'dsgnwrks_instagram_cron fired. Results: '. print_r( get_option( 'dsgnwrks_imported_photo_notices' ), true ) );
}, 9999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment