Adknowledge Engage™ Settings

API Status

Please enter your API Key to use this service

Settings updated!

Plugin Status:  

Display Settings

  • Placement Settings
  • Display recommendations on the following pages:
  •  
  • Click to edit CSS

Exclusion Settings

'; for ($i = 0; $i <= $col; $i++): if (isset($cats[$last])) { $checked = ''; if (isset($excluded['categories']) && in_array($cats[$last]->term_id, $excluded['categories'])) { $checked = 'checked="checked"'; } echo '
  • '; } $last++; endfor; echo ''; endfor; ?>
    '; for ($i = 0; $i <= $col; $i++): if (isset($tags[$last])) { $checked = ''; if (isset($excluded['tags']) && in_array($tags[$last]->term_id, $excluded['tags'])) { $checked = 'checked="checked"'; } echo '
  • '; } $last++; endfor; echo ''; endfor; ?>
    get_results("SELECT * FROM `". $wpdb->prefix ."users` ORDER BY `user_nicename` ASC"); } $len = count($users); $col = ceil($len / 4); $i = 0; $last = 0; for ($x = 0; $x < 4; $x++): echo '
      '; for ($i = 0; $i <= $col; $i++): if (isset($users[$last])) { $checked = ''; if (isset($excluded['users']) && in_array($users[$last]->ID, $excluded['users'])) { $checked = 'checked="checked"'; } echo '
    • '; } $last++; endfor; echo '
    '; endfor; ?>