PluginProbe ʕ •ᴥ•ʔ
Custom Twitter Feeds – A Tweets Widget or X Feed Widget / 2.8.0
Custom Twitter Feeds – A Tweets Widget or X Feed Widget v2.8.0
2.8.0 2.7.0 2.6.1 2.6.0 1.0 1.0.1 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.2 1.2.1 1.2.10 1.2.11 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.4 1.4.1 1.5 1.5.1 1.6 1.6.1 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1 2.1.1 2.1.2 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.5.4 2.5.5 trunk
custom-twitter-feeds / admin / views / support / index.php
custom-twitter-feeds / admin / views / support Last commit date
content.php 3 weeks ago index.php 3 weeks ago
index.php
14 lines
1 <?php
2 /**
3 * CTF Header Notices
4 *
5 * @since 2.0
6 */
7 do_action('ctf_header_notices');
8 ?>
9 <div id="ctf-support" class="ctf-support">
10 <?php
11 TwitterFeed\Admin\CTF_View::render( 'sections.header' );
12 TwitterFeed\Admin\CTF_View::render( 'support.content' );
13 ?>
14 </div>