Web-to-Lead Error– function WP_List_Table::get_columns()
-
I have been tasked with fixing this issue on a client’s site. I have encountered it before and know to modify the form_settings.php and notifications.php files, but I don’t know which file to edit for the Web-to-Lead Feeds section.
I know I need to add this: (but where)
function get_columns() { $columns = array( 'name' => 'Name', 'subject' => 'Subject' ); return $columns; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Web-to-Lead Error– function WP_List_Table::get_columns()’ is closed to new replies.