$options
$options
Class Redux_Tracking
print_scripts(string $selector, array $options, string $button1, string|bool $button2, string $button2_function, string $button1_function)
Prints the pointer script
| string | $selector | The CSS selector the pointer is attached to. |
| array | $options | The options for the pointer. |
| string | $button1 | Text for button 1 |
| string|bool | $button2 | Text for button 2 (or false to not show it, defaults to false) |
| string | $button2_function | The JavaScript function to attach to button 2 |
| string | $button1_function | The JavaScript function to attach to button 1 |