|
<#= item.get('post_title') #>
<#= item.get('is_control') == 1 ? '(control)' : '' #>
|
<#= item.get('impressions') #> |
<#= item.get('optins_conversions') #> |
<#= item.getConversionRate() == 0 ? 'N/A' : item.getConversionRate() + ' %' #> |
<# if (item.get('show_graph')) { #>
|
<# } #>
<# if (item.get('is_control') == 1) { #>
Fatal error: Uncaught Error: Call to undefined function __() in /home/speciale/public_html/wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/test-item.phtml:22
Stack trace:
#0 {main}
thrown in /home/speciale/public_html/wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/test-item.phtml on line 22
|