Search results adding to the title

  • wpsolr
    Keymaster
    3 years, 9 months ago #21232
    gkandylakis
    Participant
    3 years, 9 months ago #21233

    The tutorial helped to pass that problem now i got this

    Fatal error: Uncaught Error: Using $this when not in object context in functions.php

    wpsolr
    Keymaster
    3 years, 9 months ago #21235

    My example was for a class method hook. If you use functions, replace:

    [
      $this,
      'wpsolr_filter_highlighting_prefix'
    ]

    with
    'wpsolr_filter_highlighting_prefix'

    gkandylakis
    Participant
    3 years, 9 months ago #21236

    That did the trick. Thank you for your time

Viewing 4 posts - 16 through 19 (of 19 total)

You must be logged in to reply to this topic.