[Resolved] Hook Issue since last Update

Home Forums Support [Resolved] Hook Issue since last Update

Home Forums Support Hook Issue since last Update

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1392698
    Beate

    Hello, since the last update of GP Pro 1.11.1 the hook “generate_before_content” no longer works.

    <p class="kategorie"><?php 
    $categories = get_the_category();
    if ( ! empty( $categories ) ) {
        echo esc_html( $categories[0]->name );   
    }
    ?>
    </p>

    Display Rule: All archives

    Issue: Output occurs only once above the first data record and not above each

    I need Support, thanks!

    #1392756
    David
    Staff
    Customer Support

    Hi there,

    can you first try clearing your autoptimize cache and any other cache plugins.
    If still an issue can you disable those plugins so i can see what the issue is.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.