Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.32.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : dm-admin.php
<?php
/*------------------------------------------------------------------------------------------------------------------*/
/* Action links for plugin header on the plugins.php page
/*------------------------------------------------------------------------------------------------------------------*/
function dustrial_plugin_action_links( $links ) {
    $links = array_merge( array(
        '<a href="' . esc_url( admin_url( '/admin.php?page=dustrial' ) ) . '">' . __( 'Settings', 'dustrial-master' ) . '</a>'
    ), $links );
    return $links;
}


/*------------------------------------------------------------------------------------------------------------------*/
/* Action links for plugin footer on the plugins.php page
/*------------------------------------------------------------------------------------------------------------------*/
function custom_plugin_row_meta( $links, $file ) {
    if ( strpos( $file, 'dustrial-master.php' ) !== false ) {
        $new_links = array(
            'sup' => '<a href="' . esc_url( 'https://ifingerstudio.com/contact-us') .'" target="_blank">' . __( 'Support', 'dustrial-master' ) . '</a>',
            'doc' => '<a href="' . esc_url( 'https://ifingerstudio.com/documentation' ) . '" target="_blank">' . __( 'Documentation', 'dustrial-master' ) . '</a>'
        );
        
        $links = array_merge( $links, $new_links );
    }
    return $links;
}
© 2025 XylotrechusZ