an
groups-icon

Delete Associated Media Upon Page Deletion

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    Dragoescu Adriana
    0 points
    Beginner

    Hello,

    How the title said. I have a realy problem with my host space because of the associated media.
    Actualy i have 1.800 listing, i have remove another 400-500 listings, but after i delete the items the space host it’s the same.

    I have added on the function.php file the next code but not work:

    function delete_post_media( $post_id ) {

    $attachments = get_posts( array(
    ‘post_type’ => ‘attachment’,
    ‘posts_per_page’ => -1,
    ‘post_status’ => ‘any’,
    ‘post_parent’ => $post_id
    ) );

    foreach ( $attachments as $attachment ) {
    if ( false === wp_delete_attachment( $attachment->ID ) ) {
    // Log failure to delete attachment.
    }
    }
    }

    September 18, 2015 at 5:20 am
  • Dragoescu Adriana
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 20, 2015 at 6:58 pm
  • Clive Boosey
    -1 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 20, 2015 at 8:19 pm
  • Dragoescu Adriana
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 21, 2015 at 5:21 am
  • Clive Boosey
    -1 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 21, 2015 at 10:49 am
  • Dragoescu Adriana
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 21, 2015 at 11:04 am
  • Aaron Whittaker
    4 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 21, 2015 at 11:59 am
  • Dragoescu Adriana
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 21, 2015 at 3:37 pm
  • Dragoescu Adriana
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    September 21, 2015 at 3:47 pm

359

Views

8

Replies