Changeset 1638626
- Timestamp:
- 04/16/2017 06:31:51 PM (9 years ago)
- Location:
- diff-domain-new-tab/trunk
- Files:
-
- 2 edited
-
diffDomainNewTab.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
diff-domain-new-tab/trunk/diffDomainNewTab.php
r1638594 r1638626 17 17 18 18 function diffDomainNewTab() { 19 add_options_page( ' Diff Domain New Tab', 'Diff DomainNew Tab', 'manage_options', 'diffDomainNewTab', 'diffDomainNewTabFun' );19 add_options_page( 'WP New Tab', 'WP New Tab', 'manage_options', 'diffDomainNewTab', 'diffDomainNewTabFun' ); 20 20 } 21 21 … … 29 29 ?> 30 30 <div class="wrap"> 31 <h2> <?php esc_html_e(' Diff DomainNew Tab','diffDomainNewTab') ?></h2>31 <h2> <?php esc_html_e('WP New Tab','diffDomainNewTab') ?></h2> 32 32 <p> <?php esc_html_e('Open links in new tab and save your visitors','diffDomainNewTab') ?></p> 33 33 <form method="post" action="options.php"> -
diff-domain-new-tab/trunk/readme.txt
r1638594 r1638626 1 === diffDomainNewTab ===1 === WP New Tab === 2 2 Contributors: Alaa nassar 3 Tags: diffDomainNewTab , links, external links, target blank, target new, window.open, new window, blank window, new tab, blank tab, tabs, SEO, xhtml strict, javascript3 Tags: diffDomainNewTab , Wp New Tab ,links, external links, target blank, target new, window.open, new window, blank window, new tab, blank tab, tabs, SEO, xhtml strict, javascript 4 4 Requires at least: 2.0 5 5 Tested up to: 4.9 6 Stable tag: diffDomainNewTab 6 Stable tag: WP New Tab 7 7 8 8 9 == Description == 9 this a small plugin that open all external links out your website to save your visitors and imporove your seo 10 Wp New Tab checks your external links and open in new tab. 10 11 11 **Credits** 12 == Features == 12 13 13 jquery Plugin by (basselAhmed , https://github.com/basselAhmed/diffDomainNewTab) 14 * Automatically checks all external links 15 * open youtube , google, facebook, twitter or any social media in a new tab 16 * keep your visitor on your site and never loose a single visitor again to external sites 17 * choose what links to open in new tab or widnow. 18 * your website links are filtered automatically 19 20 **jQuery Plugin** 21 22 https://github.com/basselAhmed/diffDomainNewTab 23 24 **Thank you** 25 26 Alaa Alhoseany 27 Wael Xman 28 Bassel Ahmed 14 29 15 30 = 1.0 =
Note: See TracChangeset
for help on using the changeset viewer.