
 ### `do_action('yasr_add_settings_tab')` 

 Source: [examples/hooks.php, line 12](examples/hooks.php:12)

_Hook here to add new settings tab_

_This is the second line_

|Argument | Type | Description |
| --- | --- | --- |
|$foo | string |  This is the foo variable |
___
 ### `do_action('yasr_right_settings_panel_box')` 

 Source: [examples/hooks.php, line 19](examples/hooks.php:19)

_Hook here to add new settings tab_

|Argument | Type | Description |
| --- | --- | --- |
|$int | int |  an int, it is 5 |
___
 ### `apply_filters('yasr_vv_cookie')` 

 Source: [examples/hooks.php, line 24](examples/hooks.php:24)

_customize visitor_votes cookie name, no param given just the description_

___
