PluginProbe
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more / 3.7.0
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more v3.7.0
3.7.0 3.6.0 3.6.1 3.5.2 trunk 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.6.0 2.6.1 3.0.0 3.0.1 All 71 releases
stockpack / templates / attribution.php

attribution.php in StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more 3.7.0, at templates/attribution.php

17 lines 564 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <script type="text/html" id="tmpl-stockpack-attribution">
2 <div class="attribution notice notice-warning is-dismissible">
3 <# if ( data.message ) { #>
4 <span>{{ data.message }}</span>
5 <# } #>
6 <# if ( data.link ) { #>
7 <a target="_blank" href="{{ data.link }}">{{ data.link_title }}</a>
8 <# } #>
9 <# if ( data.author_info ) { #>
10 <span class="author-info">{{ data.author_info }}</span>
11 <# } #>
12 <button type="button" class="notice-dismiss">
13 <span class="screen-reader-text"><?php _e( 'Dismiss this notice.', 'stockpack' ); ?></span>
14 </button>
15 </div>
16 </script>
17