Title: Elmo Allen's Replies | WordPress.org

---

# Elmo Allen

  [  ](https://wordpress.org/support/users/elmo5/)

 *   [Profile](https://wordpress.org/support/users/elmo5/)
 *   [Topics Started](https://wordpress.org/support/users/elmo5/topics/)
 *   [Replies Created](https://wordpress.org/support/users/elmo5/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/elmo5/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/elmo5/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/elmo5/engagements/)
 *   [Favorites](https://wordpress.org/support/users/elmo5/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Multiple language switchers not working because of hard-coded id](https://wordpress.org/support/topic/multiple-language-switchers-not-working-because-of-hard-coded-id/)
 *  Thread Starter [Elmo Allen](https://wordpress.org/support/users/elmo5/)
 * (@elmo5)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/multiple-language-switchers-not-working-because-of-hard-coded-id/#post-4982048)
 * Sounds good!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Export 404s to CSV not working](https://wordpress.org/support/topic/export-404s-to-csv-not-working/)
 *  [Elmo Allen](https://wordpress.org/support/users/elmo5/)
 * (@elmo5)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/export-404s-to-csv-not-working/#post-5528577)
 * I made that now: [https://github.com/johngodley/redirection/issues/39](https://github.com/johngodley/redirection/issues/39)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Multiple language switchers not working because of hard-coded id](https://wordpress.org/support/topic/multiple-language-switchers-not-working-because-of-hard-coded-id/)
 *  Thread Starter [Elmo Allen](https://wordpress.org/support/users/elmo5/)
 * (@elmo5)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/multiple-language-switchers-not-working-because-of-hard-coded-id/#post-4982046)
 * I wonder if this is going to be corrected any time soon. I think it is a bug,
   not just a missing feature, because PLL_Widget_Languages offer the possibility
   for a custom element ID, but the JQuery part ignores that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Export 404s to CSV not working](https://wordpress.org/support/topic/export-404s-to-csv-not-working/)
 *  [Elmo Allen](https://wordpress.org/support/users/elmo5/)
 * (@elmo5)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/export-404s-to-csv-not-working/#post-5528575)
 * I wonder when the plugin author gets that bug corrected. I already provided the
   fix, so shouldn’t require much work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Missing 404 Errors Module](https://wordpress.org/support/topic/missing-404-errors-module/)
 *  [Elmo Allen](https://wordpress.org/support/users/elmo5/)
 * (@elmo5)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/missing-404-errors-module/#post-4449526)
 * How unfortunate. My 404 log is bloated with autodiscover.xml requests (something
   like 97 % of the 404s), which I would like to filter out to see the real errors.
   Based on reading the older documentation, this was possible with the 404 module,
   but isn’t any more. Could you please add the filtering/ignoring feature to the
   current implementation of 404 handling?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Multiple language switchers not working because of hard-coded id](https://wordpress.org/support/topic/multiple-language-switchers-not-working-because-of-hard-coded-id/)
 *  Thread Starter [Elmo Allen](https://wordpress.org/support/users/elmo5/)
 * (@elmo5)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/multiple-language-switchers-not-working-because-of-hard-coded-id/#post-4981824)
 * Edit: you need to of course also take into account the default case, if the id
   parameter is omitted, i.e., e.g.:
 * ´$id = isset( $instance[‘id’] ) ? $instance[‘id’] : ‘lang_choice’;`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] [Plugin: Facebook] Comments integration](https://wordpress.org/support/topic/plugin-facebook-comments-integration/)
 *  [Elmo Allen](https://wordpress.org/support/users/elmo5/)
 * (@elmo5)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2810005)
 * Sorry, actually you have to first remove the action adding those filters with`
   remove_action( 'init', 'fb_apply_filters' );`
 * That removes all the automatic code added to the posts and pages. If you want
   to put some back, you’ll have to copy-paste the code from fb-social-plugins.php
   adding them, e.g.
 *     ```
       if ( array_key_exists( 'send', $options ) && array_key_exists( 'enabled', $options['send'] ) && $options['send']['enabled'] ) {
       add_filter( 'the_content', 'fb_send_button_automatic', 30 );
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] [Plugin: Facebook] Comments integration](https://wordpress.org/support/topic/plugin-facebook-comments-integration/)
 *  [Elmo Allen](https://wordpress.org/support/users/elmo5/)
 * (@elmo5)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2810004)
 * [@jesseheap](https://wordpress.org/support/users/jesseheap/), you don’t have 
   to comment out anything to remove a filter. Just use `remove_filter('the_content','
   fb_comments_automatic');` etc. as a not-as-ugly workaround.

Viewing 8 replies - 1 through 8 (of 8 total)