Creating custom registration widget
Hey guys,
I'm trying to create a registration widget for my Jobroller site using action hooks.
I'm just curious what the numbers 10 and 2 mean in this line of code:
PHP Code:
add_action( 'jr_display_register_form', 'jr_register_form', 10, 2 );
This is found in this file: jobroller\includes\forms\register\register-form.php
Cheers.
Rody