Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ch8rt

    (@ch8rt)

    Any ideas on this? I’ve been trying to use the hooks mentioned in the FAQs to work around this but I can’t for the life of me echo the entry id anywhere.

    Thread Starter ch8rt

    (@ch8rt)

    Basically I think I need a way to get $lead_id to punch out in the following function. It doesn’t though and I can’t for the life of me figure this one out.

    add_filter('kws_gf_directory_value_15', 'admin_editlink');
    		function admin_editlink($content) {
    		    return str_replace('Edit', '<a target="_blank" href="https://localhost/pe/wp-admin/admin.php?page=gf_entries&view=entry&id=1&lid=' . $lead_id . '&paged=1">t' . $lead_id . '</a>' , $content);
    		}
    Thread Starter ch8rt

    (@ch8rt)

    Anyone?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Gravity Forms Directory & Addons] Admin edit link’ is closed to new replies.