1
2
3
4
5
6
7
8
9
10
11
|
<?php ! defined( 'ABSPATH' ) && exit(); ?><div class="totalpoll-settings-item "> <div class="totalpoll-settings-field"> <label> <input type="checkbox" name="" ng-model="$ctrl.options.general.structuredData.enabled"> <?php _e( 'Structured Data', 'totalpoll' ); ?> </label>
<p class="totalpoll-feature-tip"><?php _e( 'Improve your appearance in search engine through <a href="https://developers.google.com/search/docs/guides/intro-structured-data" target="_blank">Structured Data</a> implementation..', 'totalpoll' ); ?></p> </div> </div>
|