Created
August 13, 2025 12:30
-
-
Save propertyhive/65d56c3a4d368b9171f0d050f4a9cb1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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