• Resolved segan93

    (@segan93)


    Good afternoon,

    I was having an issue with the author dropdown value reverting to the default upon campaign save. I have outlined the issue, as well as the fix below:

    Before:

    $campaign_author = isset($campaign_data[‘campaign_author’]) ? $campaign_data[‘campaign_feeddate‘] : 1;

    After:

    $campaign_author = isset($campaign_data[‘campaign_author’]) ? $campaign_data[‘campaign_author‘] : 1;

    Regards,
    Shane.

    https://www.ads-software.com/plugins/wpematico/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Shane,

    I have the same problem. Which file is it where you changed this line?

    Thank you,
    Maurice

    Thread Starter segan93

    (@segan93)

    Hey Maurice,

    Sorry about that, the file is campaign_edit_functions.php. Just perform a search for the lines specified in the Before section of my previous post and you should see the problematic lines.

    Let me know if you have any other questions.

    Thanks,
    Shane.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FIX: Author drop down value not saving’ is closed to new replies.