Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If you need this globally you can edit wppa-items.php:

    around line #400 it reads:

    // get album description
    function wppa_get_album_desc( $id ) {

    change to:

    // get album description
    function wppa_get_album_desc( $id ) {
    
    if ( ! is_user_logged_in() ) return '';

    but this is not update safe.

    Thread Starter daniish

    (@daniish)

    That’s brilliant Jacob, works like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Photo Album Descriptions for Logged Users Only’ is closed to new replies.