Changeset 3211866
- Timestamp:
- 12/22/2024 05:25:32 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ai-scrape-protect/tags/3.0/ai-scrape-protect.php
r3211861 r3211866 160 160 $admin_bar->add_node([ 161 161 'id' => 'ai-scrape-protect-icon', 162 'title' => '<img src="' . esc_url($icon_url) . '" alt="' . __('AI Scrape Protect Icon', 'ai-scrape-protect') .'" title="' . __('AI Scrape Protection enabled ', 'ai-scrape-protect') .'" style="height: 20px; width: 20px;"/>', 163 'href' => '#', 162 'title' => '<img src="' . esc_url($icon_url) . '" alt="' . __('AI Scrape Protect Icon', 'ai-scrape-protect') .'" title="' . __('AI Scrape Protection enabled, click for plugin info', 'ai-scrape-protect') .'" style="height: 20px; width: 20px;"/>', 163 'href' => 'https://uisce.eu/wordpress-ai-scrape-protect-plugin/', 164 'meta' => [ 165 'target' => '_blank' 166 ] 164 167 ]); 165 168 }
Note: See TracChangeset
for help on using the changeset viewer.