┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/ash-metro16/wp-content/plugins/what-the-file/classes
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: class-plugin-links.php
<?php class WTF_Plugin_Links { /** * Setup class */ public function setup() { add_filter( 'plugin_action_links_what-the-file/what-the-file.php', array( $this, 'add_links' ) ); } /** * Add to links * * @param array $links * * @return array */ public function add_links( $links ) { array_unshift( $links, '<a href="http://www.never5.com/?utm_source=plugin&utm_medium=link&utm_campaign=what-the-file" target="_blank" style="color:#ffa100;font-weight:bold;">' . __( 'More Never5 Plugins', 'what-the-file' ) . '</a>' ); return $links; } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 class-nag.php
PHP
3.3 KB
2026-05-08 09:35
EDIT
📄 class-plugin-links.php
PHP
566 B
2026-05-08 09:35
EDIT