• Resolved lloydacris

    (@lloydacris)


    I get the following error when I try to activate the WP-Table Reloaded Extensions plugin:

    Plugin could not be activated because it triggered a fatal error.
    Parse error: syntax error, unexpected T_FUNCTION in /home7/givingt1/public_html/stgeorges/wp-content/plugins/wp-table-reloaded-extensions.php on line 15

    Here is the code in the ‘wp-table-reloaded-extensions.php’ file located in “/wp-contents/plugins/”:

    <?php
    /*
    Plugin Name: WP-Table Reloaded Extensions
    Plugin URI: https://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/extensions/
    Description: Custom Extensions for WP-Table Reloaded
    Version: 1.0
    Author: YOU, Tobias Baethge
    */
    ?
    /**
     * Changes the WP Admin Menu entry from "WP-Table Reloaded" to "Tables"
     * @author Tobias Baethge
     * @see https://tobias.baethge.com/2010/01/extension-2-custom-name-in-the-menu/
     */
    function wp_table_reloaded_admin_menu_entry( $name ) {
        return 'Tables';
    }
    add_filter( 'wp_table_reloaded_plugin_display_name', 'wp_table_reloaded_admin_menu_entry' );?
    
    ?>

    https://www.ads-software.com/extend/plugins/wp-table-reloaded/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Custom Name in the Admin Menu’ is closed to new replies.