• Hi,

    Great Plugin!! but I have one issue.

    I have created Hook from admin panel named: my_cron

    add_action( ‘my_cron’, ‘my_function’ );

    function my_function() {
    wp_mail( ‘hello@example.com’, ‘WP Crontrol’, ‘WP Crontrol rocks!’ );
    }

    function not working. any idea?

  • The topic ‘Hook for call function’ is closed to new replies.