Description
This hook is used to add something right after the privacy checkbox.
Usage
function b3_add_something_after_privacy() {
echo 'Your output';
}
add_action( 'b3_do_after_privacy_checkbox', 'b3_add_something_after_privacy' );
Used in
- includes/actions-b3.php - line 235