Skip to content

Instantly share code, notes, and snippets.

@propertyhive
Created August 13, 2025 12:30
Show Gist options
  • Save propertyhive/65d56c3a4d368b9171f0d050f4a9cb1e to your computer and use it in GitHub Desktop.
Save propertyhive/65d56c3a4d368b9171f0d050f4a9cb1e to your computer and use it in GitHub Desktop.
add_action( 'propertyhive_property_import_cron', 'run_blm_export', 10, 3 );
function run_blm_export( $options, $instance_id, $import_id )
{
do_action( 'phblmexportcronhook' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment