1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

run cron job

Discussion in 'PHP' started by lew1s666, Sep 1, 2014.

  1. #1
    I want to run an function from a plugin every day.

    The plugin needs to run a function process_import_properties_button(){

    So the Cron job has to execute this function every day .

    What is the hook fort this ?

    add_action('my_hookname', 'my_function');

    function my_function() {
    wp crontrol run-event ('process_import_properties_button')
    }

    https://wordpress.org/plugins/wp-crontrol/
     
    lew1s666, Sep 1, 2014 IP