PluginProbe
UpStream: a Project Management Plugin for WordPress / trunk
UpStream: a Project Management Plugin for WordPress vtrunk
trunk 1.39.0 1.39.1 1.39.2 1.39.3 2.0.7 2.1.0
upstream / vendor / alledia / wordpress-plugin-framework / src / twig / subscription_ad.twig

subscription_ad.twig in UpStream: a Project Management Plugin for WordPress trunk, at vendor/alledia/wordpress-plugin-framework/src/twig/subscription_ad.twig

13 lines 457 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div id="allex_subscription_ad">
2 <img src="{{ image_src }}" />
3
4 <div class="allex_subscription_ad_content">
5
6 <div class="allex_subscription_ad_save">{{ text.save }}</div>
7 <div class="allex_subscription_ad_discount">{{ text.discount }}%</div>
8 <div class="allex_subscription_ad_item">{{ text.item}}</div>
9
10 <a href="{{ link }}" target="_blank" class="allex_subscription_ad_button">{{ text.getit }}</a>
11 </div>
12 </div>
13