• Hi,

    I have some code that includes the following line:
    add_filter(‘the_content’, ‘disp_ssharebar’,1);

    Is it possible to write a second line to make sure the disp_ssharebar() function is called on 404 pages?

    I have tried using add_filter(‘404_template’, ‘disp_ssharebar’, 1), but that didn’t work.

    Thanks,
    Mads

  • The topic ‘404 filters’ is closed to new replies.