• Resolved michelapau

    (@michelapau)


    Hi jacob,
    I use WPPA+ for my club and some contests for many time, for personnalize the photos description uploaded on frontend i add an :
    $args = apply_filters (‘wppa_photo_entry’, $args) ;
    in the file : wppa-wpdb-insert.php
    after the $arg= ….. in function wppa_create_photo_entry( $args ) {
    this allows me modify $args[‘description’].
    to add first_name last_name and club to the description
    I would like to activate the auto update for WPPA+
    Can you add for me the line $args = apply_filters (‘wppa_photo_entry’, $args) ;
    in your plugin ?
    or allow php on Table IX-D5 ?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Personalised photo description’ is closed to new replies.