Viewing 1 replies (of 1 total)
  • Thread Starter Nawawi Jamili

    (@nawawijamili)

    hi,

    found an error in code, admin.php line 258 , missing $url variable

        /**
         * Add link to settings page on plugin page
         */
        public function settings_link($links)
        {
         	$settings_link = "<a href='$url'>" . __( 'Settings' ) . '</a>';
            // Adds the link to the end of the array.
            array_push($links, '<a href="'.admin_url('options-general.php?page=wp_utz_settings').'">' . __( 'Settings' ) . '</a>');
            return $links;
        }
    

    thanks.

    • This reply was modified 4 years, 3 months ago by Nawawi Jamili.
Viewing 1 replies (of 1 total)
  • The topic ‘its work for me’ is closed to new replies.